fdarling

Results 6 issues of fdarling

I noticed typos in the following file: https://github.com/palacaze/sigslot/blob/f8c275df5037bfb6d57c74168634b65fdbfb44f3/include/sigslot/adapter/qt.hpp#L18 `qpointer_adater` should be `qpointer_adapter` (it's missing a "p"). It should be an easy fix! By the way, I haven't yet used the...

How hard would it be to modify the EtherCAT driver to support forcing separate LRD/LWR commands to be used rather than the combined LRW command? Is this something I could...

I notice that if you can use CMake to build and then "install" DiligentEngine to an installation prefix, but the files it copies do not include any `.cmake` scripts suitable...

Hello, I am interested in creating a C++ / SDL2 / OpenGL application where I do event handling, and use `skylicht-engine` for all the 3D rendering. I am open to...

I downloaded ChaiScript from git and compiled it locally, and when going to install it to a local home directory location, I noticed that it wasn't respecting my custom `CMAKE_INSTALL_PREFIX`...

Hello, I am trying to build MeshLib on Debian 13 (trixie) amd64. I did the following: ``` git clone --recurse-submodules https://github.com/MeshInspector/MeshLib.git cd MeshLib ./scripts/build_thirdparty.sh ``` However it keeps complaining about...