Fanda Vacek
Fanda Vacek
Building the master, I've experienced following error ``` [~/t/pinetime/pinetime-rust-mynewt]$ scripts/build-app.sh [broken-build-fixed] + mynewt_build_app=nrf52_my_sensor + rust_build_target=thumbv7em-none-eabihf + launch_config=launch-nrf52-pi.json + set +x ----- Building Rust app and Mynewt OS for thumbv7em-none-eabihf /...
exception thrown in KeepAliveThread::Run() cannot be caught in client application and cause app crash when OPC-UA connection is drop. Adding try-catch block avoid this and gives client app opportunity to...
```c++ callback_thread = std::thread([&]() { CallbackService.Run(); }); HelloServer(params); ``` If the exception is thrown in `HelloServer()`, then `callback_thread` is destroyed on stack unwind without joining this thread. This results in...
The same color as status-line are used for normal and insert modes
# Documentation Async chat server example is using `connection_writer_loop()` task to ensure, that client messages will not be interleaved. https://book.async.rs/tutorial/sending_messages What if `broker_loop()` will send client messages back to `connection_loop()`...
Functionality still missing or not tested * [x] linux appimage * [x] windows installer * [x] sqltool cannot be launched * [x] libpsql.dll in windows installer * [x] #932 *...
during app startup (Windows and AppImage), following errors are printed to the console ``` C:\QuickEvent> .\quickevent.exe 2023-08-13T18:37:58[main.cpp:66]|I| ======================================================== 2023-08-13T18:37:58[main.cpp:67]|I| 2023-08-13T20:37:58 starting quickevent ver: 3.0.4 2023-08-13T18:37:58[main.cpp:68]|I| Log tresholds: qt.core.qobject.connect: QObject::connect(QObject, Unknown):...
[SI_cards_data_structure_developer.zip](https://github.com/fvacek/quickbox/files/2498388/SI_cards_data_structure_developer.zip) according to this document, there are fields `MVBAT`, `RBAT` and `LBAT` in `BLOCK_03`, however functionality is not clear so far. * `LBAT` | low battery indicator: 0xAA - ok,...