Kemal Afzal

Results 209 comments of Kemal Afzal

Are you sure you didn't made an mistake when you requested the `con` of `json.parseFile`. Because you requested at 5, 5 and nothing happend but it appeared when you requested...

you can already do ```nim type AbsInt = distinct int proc `

Some further research showed that the problem only occurs when you aren't working in the global scope and there isn't already a prefix entered. Also I experiemented a bit with...

it relies on my own unpublished libnx wrapper, so giving build instructions is a bit pointless.

as a workaround have you tried disabling nimsuggest in the settings?

> https://forum.nim-lang.org/t/6862#42899 (Starting a pure Nim Vscode extension) but code archived https://github.com/saem/vscode-nim-fork it's still alive here: https://github.com/saem/vscode-nim EDIT: > No bug involving nimsuggest was ever fixed the only closed was...

I changed it to `ref` types, because otherwise there would be the risk of a dangling pointer. It could probably be done better, but since being `ref` type is also...

thank you so much for bringing the unlock sequence into this much more readable form. I was wondering about the [LFSR](https://github.com/jamchamb/gc-memcard-adapter/pull/5/files#diff-ce533d6db668e26b280ebf7ba14f0495e918c615c73759a86e11278fca0057d4R168-R170), as after the initialisation it could be possible that...

Try compiling inside MSYS clang environment, it should be a lot faster, because clang actually supports native TLS on Windows. In my case it gave a giant speed up for...

> [ 7.7807] I/System: Rewind is enabled, saving every 1 frames, with 301 slots and 3311MB RAM and 5418MB VRAM usage Switch only has 4 GB, so that won't fit...