Mo
Mo
I use SQLiteAckQueue with multithreading I periodically run `queue.clear_acked_data()` and `queue.shrink_disk_usage()`. It does not change the queue db file size. When I run VACUUM with sqlite3 manually, the file size...
I am using a Galaxy S5 Mini with LineageOS 14.1 flashed and rooted. When dialing `*#0808#`, it returns `Connection Problem or invalid MMI-Code.` I used the second answer from [this...
## Overview After entering the master password, the application freezes. Then I need to kill it and after restarting everything works fine. ## Steps to Reproduce 1. Start keepassxc 2....
### Relevant telegraf.conf ```toml [agent] buffer_strategy = "disk" buffer_directory = "/var/lib/telegraf_buffer" debug = true [global_tags] device_id = "${DEVICE_ID}" [[outputs.influxdb_v2]] urls = ["${INFLUX_URL}"] token = "${INFLUX_TOKEN}" organization = "${INFLUX_ORG}" bucket =...
I wanted to expose the sd card as a block device via usb using the u-boot ums feature, but usb was not working in u-boot. The scarthgap branch uses u-boot...
Thank you for the library! I created a little python helper for gdb to allow easier event and state transitioning debugging. ```py import re import gdb EVENT_REGEX = re.compile("^.*const ([a-zA-Z0-9]*)...
I have adapted the `main.cpp` of the elevator example to use an event queue like this: ```cpp #include "fsmlist.hpp" #include #include std::queue event_queue; int main() { fsm_list::start(); Call call; FloorSensor...
Equivalent to ```bash docker network connect --gw-priority ```
Why is the `$HOME` environment variable being overwritten to something in tmp (like `/tmp/tmpak07rj9a`)? Even with `--preserve-env`. I have my yocto sstate cache and downloads set up like this: ```...