jack
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:  This is crash point: 
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. 