flamendless
flamendless
See the attached zip file, it contains a video recording of the issue (sorry, i have no microphone) Details: 1. Launching the app displays the window but with no content,...
Is it possible, if so, how, to auto show hoverdoc or signature help windows when typing commands like other IDE. Thank you
```cpp if (ImNodes::Ez::BeginNode(node, node->m_var_name, &node->m_pos, &node->m_selected)) { ImGui::Separator(); //here //other drawings } ``` results to  More testing shows that anywhere the ImGui::Separator() is called as long as inside the...
Inquiry
Hi, im looking for node graph libraries that i can use for a school project. Ive been keeping an eye on this library for a while now and i have...
``` linkoptions { "`gtk+-3.0 --libs`", } ``` but in the generated `project.ninja` it shows ``` all_ldflags = -L"." `gtk+-3.0 --libs` ``` instead of the result of running `pkg-config --libs gtk+-3.0`...
Hi, I think that mixins are also useful for acting as a sub-class that can be shared between multiple classes instead of making another base class. With that level of...
Hi, i was wondering if you can shed light for projects using premake (genie), the compile_commands is not a problem since we can use "bear" to create one when running...
Ive made my changes in a `dev` branch, then i ran `npm run publish` there. But it always result to this error: ``` rewrite index.html (93%) delete mode 100644 package.json...