tobil4sk
tobil4sk
Once that is resolved, this error comes up next: ``` In file included from run.c:6: .../HASHLINK/include/hlc_main.c: In function 'WinMain': .../HASHLINK/include/hlc_main.c:167:30: error: passing argument 2 of 'wmain' from incompatible pointer type...
Currently, the install scripts are using a very old build of mingw from sourceforge with gcc 8.1.0 but v6 of the mingw runtime (from 2018). There is a build here...
> We don't want to switch to new installation method because we have concerns about supply chain when we use unofficial build of mingw. This is the same source that...
Neovim default theme: Before:  After:  Vim colorscheme in neovim: Before:  After: 
> I noticed on NeoVim the original coloring is more diverse and differentiated I can change it to unlink `typescriptProp` if this is preferred: Vim theme in neovim:  Neovim...
`func(3)` is also valid JavaScript syntax. The TypeScript compiler intentionally parses both as a generic call, regardless of spaces: https://github.com/Microsoft/TypeScript/issues/1121.
Hi! Since speaking on discord, we've also realised that the way zip files are read currently is very memory inefficient which has severe performance implications for the haxelib server. Listing...
Any chance this could be merged? This can be verified in the pcre2 cmake file: The library name is `pcre2-8-static`: https://github.com/PCRE2Project/pcre2/blob/44d95814f6414d40de6300817ae9d2bec0babc39/CMakeLists.txt#L703 And the `d` suffix comes after the library name,...
It seems like updating action.yml is what's needed, but this change is not available yet in the v1 tag.
> Do you know if the c99 flag is needed for mbedtls3? Yes, mbedtls is written in c99 so that's what the standard always has to be set to. Older...