-
Currently it complains about setting zeto length timers
-
If a time jump into the past occures while the connection to the broker was interrupted, reconnect is not attempted.
When connection is lost paho.mqtt.c tries to automatically reconnect periodically.…
-
Hey, really cool work. I've been working on a streaming mode demo that transcribes the stream straight from the mic.
What's the best way to present and contribute this work ? Do you have a pro…
-
Just an FYI – I'm working on it with a colleague. I'll create a new branch and submit a PR.
-
I have a number widget on my dashboard. If I send data to it using curl or a job that has been repeated, example:
curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "current": "19" }' \http://example.com:30…
-
When I talk to users about optimization, I get a 50/50 split:
- Half the people love explicit indexes. They like complete control of the execution and guarantees about asymptotic performance in produc…
-
If you click on a csv file, instead of opening in codemirror, open in a very, very, very simple "spreadsheet" grid view, which allows for structured editing of the csv file.
-
To use profibus Hardware I currently use pyprofibus. Unfortunatly its not realtime and needs an extra Script to start linuxcnc. As I saw modbus Implementation is worked on currently.
Wouldnt this be …
-
Hi, I have same problem.
dcli version is 6.0.5 and dart 3.4.3, on macos arm64
ArgumentError: Invalid argument(s): Couldn't resolve native function 'pthread_mutex_timedlock' in 'package:native_sync…
-
If I do:
```
geddy.model.Item.on('save', function (data) {
// do shit
});
```
I expect data to be the data for the thing that was saved (with `{saved: true, id: blah, etc.}`.
I'll look into this …