Knobibrot

Results 37 comments of Knobibrot

Wow, thanks for your thorough answer! How can I know, that a stream is not connected anymore to return a `NotConnected`? I started with your example and did never get...

Oops.. well that's reasonable! Maybe it's enough to have it as an open pull request so people can find it :)

I'm feeling stupid now as that's exactly where I could have found a more or less working example in https://github.com/nrf-rs/nrf-hal/pull/102 :/

Could I somehow work this into the documentation? I really don't want anyone else to have to follow my path to UART interrupts.

cargo test does not go through on my machine, but also not in master :/

@urschrei I just fixed the conflicts

No, I accidently set the wrong feature before and it wasn't possible to use rustls without defaultls. Now it's just an update without changing the tls feature behavior. maybe it's...

I would like to provide a document over yrs to clients which is stored in a database as markdown. This document should also be converted back to markdown to save...

How would I access Text if I have a XmlText? And this would only fix the second part of my constraints as I also want to generate a Text object...