Arnaud Loonstra

Results 51 issues of Arnaud Loonstra
trafficstars

imgui v1.90.4 KeyPressedMap is now KeyPressed fix duplicate defines of ShowDemoWindow

It doesn't give an error either but it shows up nowhere

some minor adjustments in order make it build for imgui v1.85 I have not tested this yet. It just builds correctly and imports into python. I had to comment some...

I've tried running the generate.py against imgui v.185 but it fails: For example it errors on: ``` /home/arnaud/src/gazebosc/deargui.cpp:257: error: no matching function for call to ‘pybind11::module_::def(const char [13], , pybind11::arg,...

Somehow my python build has `-Werror=format-security` set ``` $ python3 -c 'import sysconfig; print(sysconfig.get_config_var("CFLAGS"))' -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 ``` This...

# Issue description What should happen if I bind a second (udp) socket to the same endpoint? # Environment Currently testing Linux and OSX. I'm using an external process to...

Transport (UDP)

``` if given arguments: "STREQUAL" "Release" Unknown arguments specified ``` This is with cmake 3.29 Fix: ```diff diff --git a/tools/napkin/CMakeLists.txt b/tools/napkin/CMakeLists.txt index fabca61ea..de0f76505 100644 --- a/tools/napkin/CMakeLists.txt +++ b/tools/napkin/CMakeLists.txt @@ -215,7...

``` CMake Error at cmake/nap_module.cmake:120 (string): string sub-command REPLACE requires at least four arguments. Call Stack (most recent call first): system_modules/napsequenceaudiogui/CMakeLists.txt:23 (include) ``` with cmake 3.29 Fix ```diff diff --git...

Apparently we need to set: `#define _GNU_SOURCE ` before we #include Not sure how portable that is. We could also revert it.

https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/