Michael Lynch
Michael Lynch
@ezinneanne - #993 is now merged, so you don't have to do anything special with branch forking. You can open a regular PR against the `master` branch.
This is possible, but it would require some plumbing at the HID level. The HID interface does respond with data that indicates which LED lights on the keyboard should be...
Thanks for reporting this, @yeyeto2788! This is a known issue, but uStreamer doesn't have an active issue for it, so I'll keep this one open. The uStreamer maintainer is working...
@ThomasVon2021 - Can you share the exact command you're running that leads to this error?
That's a good idea!
It looks like this is a bug in the LZ4 compressor: https://github.com/pierrec/lz4/issues/116 It was fixed in v4.1.4 of the LZ4 library, but litestream 0.3.8 (latest available) is [still on v4.1.3](https://github.com/benbjohnson/litestream/blob/v0.3.8/go.mod#L11)....
This should probably be converted to a discussion, but I'm using Litestream on two projects that run in production (albeit with small user bases): * [What Got Done](https://whatgotdone.com) ([source](https://github.com/mtlynch/whatgotdone)) *...
@bnjmnt4n - Cool! For anyone searching the transcript, you have to search for "LightStream" because of transcription error. Discussion starts at 52:21.
Ah! That's a relief. >As a workaround, I typically offset the validation interval from the snapshot interval so it's something like 12h13m. Not a great solution but works ok for...
Per the official Docker documentation, you don't need to add `apt-get clean`, since the Docker images implicitly run that command after every `apt-get` execution. >Official Debian and Ubuntu images automatically...