José Paulo
José Paulo
Does the error only happen if using gcc as a backend? Could you tell which gcc you use with: `gcc -v`. If it's the mingw64 gcc provided by the nim...
@creikey can you compile on 1.6.4 with `--tlsEmulation:on` and see if it works? In 1.6.0, on Windows, it was standard to compile with `--tlsEmulation:on`. Not in 1.6.4.
> Why does tlsEmulation:off break on my config in windows? It seems like it doesn't for others. @xflywind can you try compiling hello world with `nim --tlsEmulation:off --threads:on r -f...
> If we don't want an implicit dependency, maybe we should re-enable --tlsEmulation. #18146 was reopened. The problem actually lies with the mingw64 distribution that Nim uses, which prefers to...
It doesn't work here either. I've tried several solutions and nothing. I also use Windows. I've tried several versions of Nim. I've already tried removing all other vscode extensions... Nothing...
I was able to use the plugin satisfactorily, but not ideally. I noticed that this plugin, [unlike the one that inspired this one](https://github.com/pragmagic/vscode-nim), only works if you add/open a folder...
Doing some research, it looks like the dimension tag is optional.  Image taken from ["Part 1 “Fundamentals And Markup Language Reference”, 5th edition, December 2016"](https://www.ecma-international.org/publications-and-standards/standards/ecma-376/) Therefore, some implementation...
Approach 2 can also solve problem #21 as, in that file, the sheet1.xml does not have the dimension tag
This proposal certainly has to be accepted and put into practice. Those who develop on Windows and need to access the WINAPI, end up having to make the declaration of...
I use C compiler as a means to compile the C code generated by Nim. Since the 12.x.x releases of gcc, I have noticed a huge slowdown compared to the...