Ryan Summers

Results 206 comments of Ryan Summers

Closing this since there's no desire to migrate over. Additionally, `nb` is largely deprecated nowadays for true async as it is.

I believe the desire was lost and it now has a bunch of conflicts. usb-device isn't super well maintained - I review PRs in my spare time, but don't have...

@ianrrees If you have this tested and somewhat operational, I'm fine merging this as-is without the additional testing. Just let me know if it's in a usable state

I can get onboard with keeping hardware-specifics out - I had an MQTT project where HITL code was checked it, and it was in disrepair incredibly quickly. Is there any...

Note that we actually don't require this because we only subscribe with QoS = 0. Changing this ticket to add support for QoS > 0 subscriptions

It is indeed planned eventually, but much of minimq development is driven by the user needs of https://github.com/quartiq/stabilizer and https://github.com/quartiq/booster. Given that we don't have any immediate need yet, it's...

Yeah, the intent would be to leverage `embedded-tls` (or `rustls` when no-std support is complete) to facilitate this. Is your comment about wrapping a TCP stream with a TLS mechanism...

Miniconf release is tracked in https://github.com/quartiq/miniconf/issues/136, but I'm not entirely sure it's even worth regular releases of Miniconf on Pypi. @jordens An alternative approach is to just keep the python...

I would say we leave the current implementation as-is and wait and see what direction `menu` ends up going. If it gets released to crates.io in this state, we can...

This version of menu did not end up being merged, Instead, the code currently in the repo is closer. As such, I'm closing this PR as this work is no...