prime31
prime31
Bake can currently spit out macOS dylibs but there doesn't appear to be a way to get iOS ARM dylibs built.
Is it possible to change pitch without affecting the playback speed?
Once a window is created the GLFW wrapper resets all the hints to default. There is no public API available to set a hint so now we are stuck in...
The attached JSON file renders incorrectly with speedscope. All of the items stacked on the right side have short durations but they dont render as such. A screenshot of the...
Tiny little script that does the build on macOS and spits out a SHADERed.app ready for double-clicking.
I'm using kak-lsp with the Zig language and running into issues with the LSP just randomly dying and leaving behind `kak-lsp` zombie processes. Testing was done on macOS x86_x64, ARM...
I don't know how to get more information from the compiler for this one (extra logging). I'll describe the issue here and if you let me know how to add...
Currently, the only supported matrix type is 4x4. For any 2D ops a 3x2 matrix is all that is required.
While setting up mach in a project I discovered an empty App will result in a segfault. Full repro of main.zig: ``` pub const App = struct { pub fn...
The following line: git submodule update --init Should be: git submodule init git submodule update