usbpc
usbpc
The addition of info if a value can be null or not would make working with protobuf in Kotlin way easier. Since Kotlin offers a pretty good [null safety](https://kotlinlang.org/docs/reference/null-safety.html) when...
I tried to sync about 1 million small files (Combined size of ~40GB) to backblaze and got a lot of 408 request_timeout errors: ```b2_upload(/local/path/to/file, b2/path/to/file, 1499162591000): UnknownError('408 request_timeout Error reading...
I tested the following code on an MKR 1310: ``` #include #include void noop() {} void setup() { Serial1.begin(115200); RTCZero rtc; rtc.begin(); LowPower.attachInterruptWakeup(LORA_IRQ, noop, RISING); LowPower.deepSleep(1000); LowPower.attachInterruptWakeup(LORA_IRQ, noop, RISING); Serial1.println("This...
I hope this is not the wrong place for this, but I would really love to see support for uploading to mega.nz. I know that it may be a bit...
I have a Backup Job that is Setup to make a Backup of a whole vCenter Cluster and also Exclude one VM within that cluster. Unfortunately this Script dosen't properly...
For lower bandwidths only one digit after the comma is provided in SX1276 documentation, in the SX1262 documentation an additional digit is provided. I propose you change the values in...