Pixeller

Results 21 comments of Pixeller

How to use bake generate compile_commands.json? lsp complete code must use it T. T

bug? const dd: f64 = @divxxx(1.0, 60.0f64) always 0, But 1.0 / 60.0 is ok. ![96a1e984ebe6fe447afc9cff964a9b27](https://github.com/ziglang/zig/assets/156404/1d520fb7-89ea-49e8-ad35-a805c32cf4fd) # ![1087e585fe4011cdecc99e081ffdfb07](https://github.com/ziglang/zig/assets/156404/13695018-dedb-4e7d-9432-85ba2f89469c)

```zsh zsh-syntax-highlighting: unhandled ZLE widget 'menu-search' zsh-syntax-highlighting: unhandled ZLE widget 'insert-unambiguous-or-complete' zsh-syntax-highlighting: unhandled ZLE widget 'recent-paths' # ------------ log _complete:6: command not found: _autocomplete__recent_paths _complete:7: command not found: _autocomplete__ancestor_dirs autocomplete:_main_complete:new:post:3:...

I've change sokol-nim example\/noninterleaved.nim

Nim will upgrade to stable v2.0 ( v1.6.x current now ) within the year. There's a lot of changes and more new func in the new version Things that will...

Maybe you can download arm64 sdl2 libs or found sdl2 path test add myapp/nim.cfg build ```cfg #nim.cfg --passL="-L/sdl2path" ``` or ```zsh nim c --passL="-L/sdl2path" xxx.nim ```

@HVukman Sorry I haven't use nico in linux so don't know . But you can test it. 1. Install sdl2 and emscripten 2. Use this nimble (nimble webr and runweb)...