Peter Buelow
Peter Buelow
I would like to contribute a port to the Particle build system. Is there documentation somewhere, or can we work some documentation out, for how to add a new folder...
I just got this running, and I LOVE IT. However, copy and paste didn't work for me on Ubuntu 20.04. Just FYI.
Is there a website or WiKi somewhere with a howto or some sort of getting started guide. I'm familiar with Python, but honestly, both Python and CMSynergy are new to...
Later versions of GCC have started to generate the warning ``` main.cpp:1493:43: error: ‘%s’ directive output may be truncated writing up to 557 bytes into a region of size 5...
I've tried this a few ways, but haven't sorted it yet. Do you know an easy way to calculate the entire height for the container widget that is the QTreeView?...
Hi Kit, I'm hoping you can provide a pinout for some of the adapater boards, specifically the breadboard dock? I am building your library for GPIO IRQ access as a...
I've noticed this code uses C++11, but not all compilers default to that. I've added it. I've also fixed a line in scene.cpp which throws an error at least in...
I'm using cmake, but that shouldn't matter. I am able to build binaries, but when it needs to search the rootfs to link against usr/lib/arm-linux-gnueabihf, it can't find that path....
Hi, so far, love the concept. but I'm having some issues figuring out how to use this library. My goal is a QT C++ implementation to add into a QT...