Clément Dreptin
Clément Dreptin
After further investigation, I realized the problem came from the `prj.location` token. I replaced it with `../%{prj.name}` (which is what `prj.location` is in my case) and it worked. I also...
Yes, I'm intentionally setting the location to be the parent directory. Why can't `pchheader` just be `pch.h` if `%{prj.location}/src` is in `includedirs`?
The small example is not in a repo. I attached a zip archive with all the files you need to test to this comment. You'll just have to run the...
Thanks for your time :)
Hi! Thanks for the bug report! I unfortunately don't have a macOS machine so I could never test anything on that platform besides the automatic builds in github actions. I...
I found [this issue](https://github.com/ocornut/imgui/issues/6577) which indicates macOS has stricter requirements for the OpenGL context version. [This example from ImGui](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/main.cpp#L51) uses a different OpenGL version and sets different GLFW window hints...
I don't understand how you even come to execute this code, this project uses glad to load OpenGL, so ImGui should not try to use its built-in OpenGL loader. I'm...
I'm also facing issues when dealing with intercepted routes, I managed to reproduce the bug in a modified version of [nextgram](https://github.com/vercel-labs/nextgram) (the demo app vercel made to showcase intercepted routes)....