jack

Results 8 comments of jack

+1 for static single binary executable releases for each platform like in: - https://github.com/ninja-build/ninja/releases - https://github.com/premake/premake-core/releases

Yes, I have this issue as well on windows 11. @P1P0S if you solved, can you create PR ?

I have the same issue by using nuklear_sdl_renderer.h here is the video: https://github.com/Immediate-Mode-UI/Nuklear/assets/90291236/76219c03-1f7c-4177-ac01-0d0820147429 here is the code: ```c #define SDL_MAIN_HANDLED #include "SDL2/SDL.h" #include #define NK_INCLUDE_FIXED_TYPES #define NK_INCLUDE_STANDARD_IO #define NK_INCLUDE_STANDARD_VARARGS #define...

> not only on Windows, i reproduced on Linux, although in virtual box. also SDL renderer, in the demo app > > it seems to me like there is some...

i dont think so, at least for my observation. It can be omiitted.

+1 yeah that's exactly happened to me. This is just previous call stack of crash: ![image](https://github.com/slembcke/Chipmunk2D/assets/90291236/84751fe3-10cb-4bef-a229-b3ceee2e63bd) This is crash point: ![image](https://github.com/slembcke/Chipmunk2D/assets/90291236/55dc7a75-522d-427a-9ce1-351aa132da23)

yep, same issue, at line 384 when I press `SHIFT` + `K` which is document hover command in neovim, as you can see at the bottom of screenshot, it says...

When open document symbol picker, there is no `set_cell_type` function symbol. ![image](https://github.com/vlang/v-analyzer/assets/90291236/bffbbbb4-dbd0-449c-8c73-a4daa17b65f6)