Arnaud Loonstra

Results 51 issues of Arnaud Loonstra
trafficstars

Is it me or are tests not running on OSX? Going through the history of actions I can find successful actions for OSX but they don't seem to run any...

Was just trying to get it to run. Had to do some changes: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 211da02..527f8e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(ImGuiTerminal...

``` CMake Error at CMakeLists.txt:20 (cmake_dependent_option): Unknown CMake command "cmake_dependent_option". ``` You need to add: ``` include(CMakeDependentOption) ```

See: https://github.com/seb-m/pyinotify/blob/master/python3/pyinotify.py#L1236 What do you do about the null bytes which can be returned?

execute_check will terminate RedistMaker when checking for doxygen. So it's not really optional IMHO.

### Version/Branch of Dear ImGui: master ### Back-ends: imgui_impl_opengl3.cpp + imgui_impl_sdl2.cpp ### Compiler, OS: Linux GCC ### Full config/build information: ``` Dear ImGui 1.90.4 (19040) -------------------------------- sizeof(size_t): 8, sizeof(ImDrawIdx): 2,...

As suggested call detach_kernel before calling claim. This fixed my problems

see: https://github.com/zeromq/zyre/pull/466/commits/26417ce291d90b30de073da1e5bcab3c55e74059

enhancement

``` Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.3/threading.py", line 637, in _bootstrap_inner self.run() File "/usr/lib/python3.3/threading.py", line 594, in run self._target(*self._args, **self._kwargs) File "/home/arnaud/Documents/sphaero/zmq-test/pyzyre/zbeacon.py", line 171, in...

See: https://github.com/zeromq/zproject/blob/7fdba3a6d658e96d525ff28661aff7b82bfac620/zproject_gh_actions.gsl#L205-L212 It always installs from stable but for draft you might need draft support from other libs as well