Jordan Lucier
Jordan Lucier
I am using cppzmq as dependency in my project via [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html), and I tried setting the `CPPZMQ_BUILD_TESTS` option to `OFF` in the following ways: ```cmake set(CPPZMQ_BUILD_TESTS OFF) # before and...
I'm running on android, and the following code seems to cause the app to crash without any react-native error output. I assume that's because it crashes in native code. What...
Characters are left behind on the screen after the completion suggestions close. Originally thought this was an [issue with YouCompleteMe](https://github.com/ycm-core/YouCompleteMe/issues/3464) or the vim builtin completion, but the issues are only...