-
Hello there!
First at all, project doesn't build due to error: `include/kv.h:60:46: error: ‘std::string’ has not been declared
` which can simple fixed by adding `#include ` to **include/kv.h**
…
-
Opening a new issue since the one I originally posted was closed:
Reload from disk works as long as I don't save a project. If I just place parts without saving a project I am able to reload an up…
-
So I have TickTock running and I the ping/pong works and the example curl statements to put and get readings work fine but I can seem to get others to work.
Let's say I want to collect temperature,…
-
Thanks for this code! I would like to use it in my own code. Are there any restrictions for doing so? It would be great if you could clarify with a license file.
-
I have a piece of code that inserts values inside a dictionary for later consumption in the assert. In this code, I have to increment a value and to have it as clean as possible, I did it in the AndDo…
bkqc updated
6 months ago
-
-
if you try and use cascal on a project/vm that already has slf4j-jcl on the classpath (like trying to write a cassandra persistence adapter for activemq (ticktock/qsandra ; ) ) you get something lik…
-
- [x] Proz agenda inserat bis am 16. (kostenpflichtig)
- [x] protz agenda kalender bis 6. (gratis, mit Foto 95.-)
-
As explained in the primus/primus#350 issue it's possible that Chrome on Android is actually suspending timers when you background your application. This can have unwanted side affects. So the idea is…
-
When developing for Android, developers can use desugaring to enable `java.time` APIs that will be used for kotlinx-datetime implementation on JVM. However, Android doesn't allow developers to provide…