ivmarkov

Results 697 comments of ivmarkov
trafficstars

I think you should rather do this in `esp-idf-hal`, as the hardware HMAC / DS is a "device" (and as a matter of fact, `EspWifi` and `EspEth*` should also be...

I'll go through this over the weekend.

> I'll go through this over the weekend. Sorry for the delay. Still planning to go through this in the next couple of days!

> @ivmarkov Sorry for the poke :) Have you managed to take a look at this? Soon will start programming esp32 chip and would like to use Rust. Mdns is...

Clippy in CI fails. Can you fix the clippy lints?

Actually a lot of the clippy lints are caused by existing code. Let me fix these.

Thanks! I've replaced your `new()` with a mutex-protected singleton `take()` constructor to guard against double-initialization of mdns. I've also re-formatted the whitespacing in the code a bit, and I'll fix...

The `get`/`put` API will return (sort of) with the next major release of `embedded-svc`. You can preview it currently in branch `next`. It will however NOT be 100% backward compatible...

> Thanks for the response! > > I’m not seeing the implementation of the Storage on the next branch, as you mentioned. :( It is in the `next` branch of...

Yeah. It is introducing a dependency on a not so popular crate, so to say. And this would be in the very core of `embedded-svc`, we are not talking `embedded_svc::utils::*`...