ringabout

Results 249 comments of ringabout

Yeah, I agree. Original doc links way makes `proc + nosideEffect => func` a bit annoying.

Ref https://github.com/nim-lang/Nim/issues/12327

> Also, "Once installed, you will have the ability to add select repositories to a waitlist" it'll only add the repo to the waitlist, it doesn't guarantee immediate access, although...

Now you can try std/sysrand, though it is on devel and expermental. https://github.com/nim-lang/Nim/pull/16459 Or use `nimcrypto/sysrand`. https://github.com/cheatfate/nimcrypto

@haxscramper Nice catch! Added it to the list.

fyi, there is an io_uring implementation for Nim which looks promising => https://github.com/blackmius/nimuring

Well, you should figure out which type is wrongly classified by `canFormAcycle`. Might try add `{.acyclic.}` to some types. Not sure it's a false positive or the case. There is...

> But I am convinced that the type actually can be cyclic, which confuses me. Yeah, it seems that https://github.com/nim-lang/Nim/commit/71dc929ad7d6ecf26c35028c9ae5fe1406837c7c exposed a pre-existing issue, which means it was not a...

I'm looking into this issue with `-d:useMalloc` ``` malloc(): unsorted double linked list corrupted Segmentation fault (core dumped) ```` One of the valgrind errors ``` ==14303== 209885 errors in context...

I don't think it's the cause. Besides, httpx supports startup events preceding httpbeast.