What is the meaning of () after an enumeration symbol?

2023-06-02 Thread shirleyquirk
now where's the `proc csAuto()` that returns a `GridDir`?

What is the meaning of () after an enumeration symbol?

2023-06-02 Thread lou15b
The hazards of assumptions! :P When I saw csAuto defined as an enum value in fidgetty, I didn't think to look outside of fidgetty for other definitions of the same name. Thank you!

Need suggestions for time scheduling async tasks

2023-06-02 Thread arnetheduck
The classic approach to rate limiting is via the use of a [token bucket](https://en.wikipedia.org/wiki/Token_bucket) \- here's an implementation for `chronos` (asyncdispatch alternative):

Need suggestions for time scheduling async tasks

2023-06-02 Thread void09
Thank you for the suggestion, unfortunately the way it works is not clear to me, and how I should implement it for my use case. I realized the actual requests are done by a single procedure in my code, and I can calculate a sleep delay at the start of it, given the times previous requests were m

Need suggestions for time scheduling async tasks

2023-06-02 Thread PMunch
Had a look at your repos after you mentioned that the german tax thing was your first project to receive a contribution (although that's not a repo tsk tsk). I seemed to remember you had some interesting projects so I thought it sounded strange. And that's when I found `at` after having first se

I have started my own instance of nimforum, but I don't understand where I can administrate it

2023-06-02 Thread Araq
I think you simply change the user's status in the SQLite database. One UI for this can be found [here](https://sqlitebrowser.org/dl/).

This month in Nim: April and May 2023

2023-06-02 Thread miran
Check out what our community did in last two months: If you want to include your project for the next month (it doesn't have to be a new project), follow the instructions [here](https://github.com/beef331/website/issues/new?assigne

I have started my own instance of nimforum, but I don't understand where I can administrate it

2023-06-02 Thread drifty
Hey guys so even though I have setup my own instance of nimforum I don't understand where I can change the logo, decide who can post new threads and other such administration stuff because there doesn't seem to be an admin panel for these. Can anyone help me out?