Jasper van Gelder
Jasper van Gelder
### Describe the bug I cant really figure out what causes this bug but I feel like it has to do with offset and limit. It looks like when my...
I was having issues getting deep sleep to work using the battery (no usb power) and the regular esp functions `esp_deep_sleep_start` and `esp_sleep_enable_timer_wakeup()`. When I realized it had a bat...
### Use case To save db round trips I would like to be able to do queries like: ```sql select * from MyTable where MyTable.myvar > (select distinct MyTable.myvar from...
Draft for now looking for a bit of feedback on how we can expose the functionality to the developer Implements [bip352](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki) Note it tests against vectors taken from: https://github.com/bitcoin/bips/blob/master/bip-0352/send_and_receive_test_vectors.json TODO:...