guzba

Results 34 comments of guzba

This happens when the general purpose value has the "data descriptor" bit set. I do not support this now. I've not seen a zip archive with it used. How did...

Hm, it looks like Mac is writing Zip64 files sometimes. I know I've tested with Mac archives that worked fine in the past. Zip64 are different from standard Zip files...

It's interesting that Mac is generating zip archives with enhanced deflate. If we learn more we can add it to this issue. I'm going to add "deflate64" to the issue...

> You dont need to put that pragma in every file that uses it, you just need to say to your users "Create a config.nims and put `--experimental:overloadableEnums` in it"....

Ah ok. I see what you're saying. To be more clear as well on my side, for example `{.experimental: "dotOperators".}` does work outside just the file the flag is in,...

Hello, sorry to say, no I don't have any update. I have no need for this myself and would basically only be writing it to enable Discord stream compression. Which...

Googled a bit about macros and ran into every link being "Couldn't retrieve posts": https://forum.nim-lang.org/t/3601 https://forum.nim-lang.org/t/7161 https://forum.nim-lang.org/t/5371 https://forum.nim-lang.org/t/8075 Edit: I think this may be temporary as every link seems dead...

To add a quick note, I tried `nim cpp` instead of `nim c` and got a better result, both much faster performance and less error-check-ey generated code for the current...

@Araq thanks for the reply. I was not aware of the `quirky` pragma. Using `quirky` appears to be working as expected when compiling with the latest stable (2.0.2). I have...