Anthony Norderhaug
Anthony Norderhaug
Ahh seems it was 2 separate errors. Skipping the icon setting for PLATFORM_MACOS removed the GLFW error but the ImGui error remains. ``` Failed to initialize OpenGL loader! Assertion failed:...
Update. I put the mentioned GLFW window hints into [UI:Init](https://github.com/ClementDreptin/OpenNeighborhood/blob/b4e3e2373323904bd8488edb564d209de2523da0/src/Render/UI.cpp#L32) for OpenGL version 4.1, which is Mac's last supported version since they dropped it a while ago for Vulkan/Metal. Still...
Even the [StackOverflow solution](https://stackoverflow.com/questions/68542524/flutter-tabcontroller-listener-slow-to-response-when-swiping) of adding a Listener to the controller's animation doesn't work. The TabController's index updates after the animation completes. So a Listener that executes an update halfway...
This is my attempt for a fix, allowing `input.question` to be piped and removing the embedded `chat_history` check. ```ts const contextualizedQuestion = (input: Record) => { if ("chat_history" in input)...
https://github.com/ngrx/platform/issues/4787#issuecomment-2927617033 Is this a suitable approach for when @ngrx packages depend on each other? I'm still experiencing an error, which I think is from `@ngrx/effects` listing `@ngrx/store` as a peer...
@michael-small Stackblitz works fine like stated, making my error more unfortunate. My npm version is 11.4 while Stackblitz npm is 10.8 ¯\\_(ツ)_/¯. My debug log looks like this. ``` 95...