Matt Schuckmann
Matt Schuckmann
I have some C++ code that needs to be able to construct and interact Rust objects that I can't add to the shared Rust interface. My solution has been to...
I've got a problem where the path is APPDIR_LIBRARY_PATH (and by extension LD_LIBRARY_PATH) are not being generated consistently the same from build to build, is there (or has there ever...
I downloaded the appimage-builder-1.0.2 AppImage and tried to build the pyqt5 example recipe I get the following error: ``` mschuckmann@aether:/build/recipes/pyqt5 ((v1.0.2)) (4667e37486:preact-dev)$ appimage-builder INFO:main:Running main script rm -rf $TARGET_APPDIR |...
Attempting to use CMakes fetchcontent() facility or simply including this project as a sub-project (or dependency) of another CMake project fails due to incorrect use of CMAKE_SOURCE_DIR in when setting...
I find myself in the situation where I want to increase the HWM socket option on the PAIR sockets created by the azmq::actor pattern but I can't figure out how...
I'm trying to understand how to properly use the function `XUsbPsu_EpBufferSend()` with Isochronous endpoints to send multiple packets per microframe. The USB spec says that High Speed and Super Speed...
Our AppImages that use bash started core dumping with segfaults a few days ago. We build and test our AppImages on Ubuntu 20.04. We use AppImage-builder to create the AppImages...
### Describe the bug The 0.11.0 release notes indicate that plugins can now be used with any language that has Zenoh bindings (including C/C++) however a standard build of zenohc...
### Describe the bug I've observed strange timeout behavior while waiting for the response of a `get` operation, sometimes the callback will be called with a timeout error and then...
I'm working on creating a recipe that builds a C interop library for a rust based project [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c). The recommended method for building and installing the library is to use...