David Gräff
David Gräff
Initial preparations done with 0.6. I'm not sure yet if the async API should have "_async" suffixes or an own namespace via an "nonblocking" module.
It's not that complicated to implement, all underlying libraries have good asnyc support by now. I didn't have enough pressure to lay out the design yet.
Depends on issue https://github.com/seanmonstar/reqwest/issues/1060 (reqwest for tokio 1.0). Related MR is https://github.com/seanmonstar/reqwest/pull/1076 With tokio 1.0 we can probably expect a mostly stable upstream foundation for good async support and it...
We at openHAB are facing the same issue. An explicit timeout mechanism should be established as a short term solution, and the race conditions that allows the inflight value to...
I'm also interested. Github does not provide an UI for image upload. But you can checkout the gist, add your image, push the changes, and GitHub will render the uploaded...
Hm. Actually embedded c++ programming benefits from libraries like this as well. Unfortunately it is not unusual for those toolchains to lack bind the state of the art by about...
Knowledge of the code base, a compatible device, writing tests for the code base and bring it up to the current Qt an C++ version. Those kind of things :)
I think the fix should look different. Your old platform supports: ``` OpenGL shading language: 1.20 OpenGL ES shading language: OpenGL ES 1.0.16 ``` Which means it supports Open GL...
The console log should be used whenever a runtime_error is thrown. But the general idea is to just get rid of the error source. The runtime_error is just a symptom...
The specific runtime_error and the cause for it was removed in the openhantek2 branch.