Federico Ferri
Federico Ferri
[Liri OS](https://github.com/lirios) (from [hawaii-desktop](https://github.com/hawaii-desktop) project) is an open source desktop environement that is mostly in Qml and is actively developed
[qml-osc](https://github.com/hecomi/qml-osc) is a QML custom element that can handle [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control) messages (using the [oscpack](http://www.rossbencina.com/code/oscpack) library). Category: Networking / Multimedia
When using `SO3StateSpace` it happens that the initial state is invalid due to invalid bounds: > ompl-1.5.0/src/ompl/base/src/Planner.cpp:258: PRM: Skipping invalid start state (invalid bounds) > ompl-1.5.0/src/ompl/geometric/planners/prm/src/PRM.cpp:463: PRM: There are no...
### Description Currently symlinks show the file icon. It would be nice if symlinks show a directory icon if the target is a directory. Otherwise, it would be nice if...
I'm trying to connect to my Wi-Fi network, using a TP-LINK TL-WN722N high gain dongle. The Wi-Fi functionality seems to work fine. As soon as I connect the dongle I...
It is not a wise idea to disable SIP. You can make everything work without disabling SIP and even without setting DYLD_LIBRARY_PATH, just by fixing executables with the macOS command...
Perhaps this is related to #149. I'm also having an issue with out-of-order messages. All my messages have a sequence number, and I detect out-of-order messages on the receiving side...
I've setup a custom logger to use my application's logging facility. Here's what I did, omitting the actual API call to use the application's logger: ```c++ namespace websocketpp { namespace...
Contents of config.m: ``` % ZMQ library filename ZMQ_COMPILED_LIB = './libzmq.a'; % ZMQ library path ZMQ_LIB_PATH = '/usr/local/Cellar/zeromq/4.3.4/lib/'; % ZMQ headers path ZMQ_INCLUDE_PATH = '/usr/local/Cellar/zeromq/4.3.4/include/'; ``` Verify that the above...