Gasim Gasimzada
Gasim Gasimzada
**Version/Branch of Dear ImGui:** Version: latest Branch: docking **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_glfw.cpp + Custom Vulkan backend **My Issue/Question:** I have a Dockspace that is positioned after main menu bar + a...
I am talking about this icon:  It would be nice if there is an option to hide the icon
There are some packages that do not need to be published to a registry while still have package.json and to be managed by lerna. Is it possible to somehow disable...
I am trying to migrate old database from another framework into django and currently, I am having trouble saving the newly generated models. I get an error when I do...
I have an open source, non web project and I would like to know what the licensing is for distributing my project with feather icons by converting the icons to...
Docker has the following option (example): ```bash docker plugin install --grant-all-permissions vieux/sshfs ``` Can this library be published in the same way? The nice thing about this is that, I...
Since Google maps is not free for a while now, would there be an interest to add Mapbox, OSM API (or any other provider for that matter) for the map...
I have built Optick using CMake using the following flags: ``` cmake . -B build -DCMAKE_INSTALL_PREFIX={{VENDOR_DIR}} cmake --build build --config {{BUILD_MODE}} cmake --install build --config {{BUILD_MODE}} ``` When I link...
The error is happening from here: https://github.com/NVIDIAGameWorks/PhysX/blob/4.1/physx/source/geomutils/src/mesh/GuBV4Build.cpp#L298 Is there a way that I can disable this error without touching the CMake files (e.g using CMake arguments or something similar)?
This is a Work In Progress PR w/ preliminary source code to show what I am trying to achieve and would like a feedback before I move forward with this...