Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
PathogenDavid created a comment on an issue on ocornut/imgui
There's currently no straightforward way to accomplish this. Proper support is covered by https://github.com/ocornut/imgui/issues/3680 and https://github.com/ocornut/imgui/issues/3350 [ImHex](ht...
PathogenDavid created a comment on an issue on ocornut/imgui
`OpenPopup` is sensitive to the current state of the [ID stack](https://github.com/ocornut/imgui/blob/6982ce43f5b143c5dce5fab0ce07dd4867b705ae/docs/FAQ.md#q-about-the-id-stack-system). Chances a...
PathogenDavid created a comment on an issue on ocornut/imgui
You did not actually copy it, you marked it as `extern "C"` which is incorrect. Also you really shouldn't rely on ChatGPT when you're starting out and can't judge the quality of its responses. I...
PathogenDavid created a comment on an issue on ocornut/imgui
You need to manually copy the function prototype into your source file as per the instructions in `imgui_impl_win32.h`: https://github.com/ocornut/imgui/blob/6982ce43f5b143c5dce5fab0ce07dd4867b7...
PathogenDavid created a comment on an issue on ocornut/imgui
FWIW, I cannot reproduce this on Windows. Do they see this issue with your specific repro?
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
> * Temp files instead of saving on run? Would this help? I don't think this is especially helpful for Bruno's original stated use-case when this issue was made. IIRC he was embedding the hash o...
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
@J-M-White Copying the DLL to the output directory is good practice and is necessary for debugging locally, but has no bearing on the actual package so it's not the problem here. As an aside, us...
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
@GlassesSmith Sorry for the delayed response. Based on the error it sounds like your package is malformed and Bonsai is trying to load your native dependency as if it were a managed assembly. Na...
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
> do you mean that 3rd party libraries can actually define their own keyboard shortcuts? There's definitely nothing currently stopping them, I'm also curious if anyone is actively doing so too.
PathogenDavid created a comment on an issue on bonsai-rx/bonsai
> This is a common pattern used by applications such as Visual Studio Code. For anyone else who hadn't seen this before, [this is what this brings up](https://code.visualstudio.com/shortcuts/key...
PathogenDavid created a comment on an issue on ocornut/imgui
See https://github.com/ocornut/imgui/issues/2096 and https://github.com/ocornut/imgui/pull/2197 for existing discussions/implementation of using RAII patterns with Dear ImGui. Personally I feel ...
PathogenDavid opened a pull request on bonsai-rx/bonsai
Keep Linux builds on Ubuntu 22.04 for now
GitHub [has resumed](https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/) the rollout of bringing `ubuntu-latest` up to Ubuntu 24.04. Th...PathogenDavid pushed 1 commit to main PathogenDavid/bonsai
- Keep Linux builds on Ubuntu 22.04 for now bca4d3c