puddly
puddly
@anmaped I've had the pleasure of working somewhat extensively with `libimp` and I'd love to finally delete it. The most interesting part of `libimp` is Ingenic's H264 encoder, which appears...
> Could you describe your setup? I wrote a small RTSP server that interfaces with libimp and libx264 to debug the RTSP problems people seem to be having. I'll clean...
To be honest, the TOTP code generation section of the webpage was just something I added to quickly verify that the codes work. Steam uses a non-standard alphabet for their...
Although I could also just statically generate a bunch of codes per app in Python, since this is a relatively simple change and the codes are glanced at for two...
LastPass Authenticator uses the Android KeyStore, which makes it impossible to extract secrets without also talking to the KeyStore. I'm working on adding this feature (#35) so this should be...
What type of account is this?
I seem to have missed your original comment, sorry! If you're using an Android phone, have disabled certificate validation with [an Xposed module](https://github.com/Fuzion24/JustTrustMe), and then forwarded all traffic via a...
Could we get a release of `pyserial-asyncio` incorporating this change and #82?
On second thought, it looks like running these sync functions in a thread pool executor has some issues when closing the connection and immediately shutting down the loop. I'll have...
It's the Z-Stack management and testing protocol (MT). I have the latest spec copied in [zigpy-znp](https://github.com/zha-ng/zigpy-znp/raw/dev/docs/Z-Stack%20Monitor%20and%20Test%20API.pdf), which includes a description of the frame format. The bootloader isn't documented so you'll...