Sirius902

Results 9 issues of Sirius902

### Zig Version 0.10.0-dev.3071+8e75ba653 ### Steps to Reproduce Create a project with `zig init-exe` and modify `main.zig` to contain the following code. ```zig const a = @import("a.zig"); comptime { _...

I recall these mods working fine together on previous versions but it seems on 1.18.2 there is a crash when loading a world when using clientcommands and Canvas Renderer together....

Reporting a bug? Please make sure you've given the following information - thanks! **Operating system and version:** Windows 10 64-Bit **Is this for single player or multiplayer?** Single Player **Description...

I have a race condition between two threads, one trying to close a socket and the other reading from it as shown in the code below, but the thread calling...

I was writing a vJoy feeder (v2.1.9) and noticed if FFB packets come in too quickly (

Currently zglfw doesn't compile on zig master because enums do not support `extern` anymore and unused variables are compile errors.

### Zig Version 0.12.0-dev.1101+25400fadf ### Zig Language Server Version e4593da63e57f83d40507b958c0b81125dd55156 ### Steps to Reproduce I am unsure if this is an issue with ZLS directly or the Neovim LSP implementation,...

bug
editor:vim

The below Astro file will fail to format with this error, however formatting it with `prettier` using `prettier-plugin-astro` directly parses the file successfully. ``` Message: ParseError: (0 , $029a36b82dce9f90$var$import__2.default) is...