Pyrolistical

Results 51 issues of Pyrolistical

The event loop will run many grains already

### Zig Version 0.13.0-dev.75+5c9eb4081 ### Mismatched signatures 1. `GetCurrentDirectoryW` https://github.com/ziglang/zig/blob/084c2cd90f79d5e7edf76b7ddd390adb95a27f0c/lib/std/os/windows/kernel32.zig#L178 `lpBuffer` should be null-terminated according to https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getcurrentdirectory 2. `FormatMessageW` https://github.com/ziglang/zig/blob/084c2cd90f79d5e7edf76b7ddd390adb95a27f0c/lib/std/os/windows/kernel32.zig#L160 `lpBuffer` should be null-terminated according to https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-formatmessagew 3. `GetEnvironmentVariableW` https://github.com/ziglang/zig/blob/084c2cd90f79d5e7edf76b7ddd390adb95a27f0c/lib/std/os/windows/kernel32.zig#L189...

bug

### What rule do you want to change? sort-enums ### Describe the problem [Zod is a very popular](https://www.npmjs.com/package/zod) TypeScript schema validation library. Zod allows you to define an enums using...

enhancement

If you try to build a sample directly, it errors: ``` $ cd samples\minimal_d3d12 $ zig build ...\samples\minimal_d3d12\build.zig:4:25: error: import of file outside module path: '../../build.zig' const Options = @import("../../build.zig").Options;...

this project could more clearly show how marko-loader works if it also used webpack-dev-server instead of express. the backend route of loading users could just be faked out in the...

https://github.com/zig-gamedev/zig-gamedev/assets/463642/32e91e74-1cea-43ce-8f2c-ae3767015a52

Blocks #597 d3d12 samples that depend on `samples/common` were created before zgui/zmath and can be refactored: https://github.com/zig-gamedev/zig-gamedev/pull/559#issuecomment-2058668611 `samples/common` holds the `csGenerateMipmaps` in `common.hsl`, which belongs in `zd3d12` alongside `zd3d12.MipmapGenerator`. `FrameStats`...

Jolt physics was last updated at version 3.0.1. Latest release is 5.0.0 [Release notes](https://jrouwe.github.io/JoltPhysics/md__docs_2_release_notes.html) Breaking changes: [Changes between v3.0.1 and v4.0.0](https://jrouwe.github.io/JoltPhysics/md__docs_2_a_p_i_changes.html#autotoc_md31) [Changes between v4.0.0 and v5.0.0](https://jrouwe.github.io/JoltPhysics/md__docs_2_a_p_i_changes.html#autotoc_md25)

The instructions for Coc https://github.com/zigtools/zls/wiki/Installation#with-extension say to use `:CocInstall coc-zls` Coc uses npm under the hood, so it finds https://www.npmjs.com/package/coc-zls, which is owned by https://github.com/xiyaowong No offense to @xiyaowong, but...

enhancement

m_bShowCubes can be toggled off by typing the letter c. axes are rendered when a tracked device controller is connected. when both m_bShowCubes is false and axes are rendered, the...