Lachezar Lechev

Results 250 comments of Lachezar Lechev

I've also gave it a stab @drbh - https://github.com/esp-rs/esp-hal/pull/979

I haven't tested my implementation but decided to share it because you commented on the issue. And no I don't believe you can do this in the blocking version. In...

There are a few things in the PR that I would like to change. Especially with handling the Date changes and date changes with offset. I've worked on some of...

I will still test the stremio-web for the UI implementation and general workings of the logic but there are a few things that need refactoring from the model. Logic looks...

Since I'm not the one developing the server, I've proposed this to the dev. responsible for it. Waiting for his comment on the addition, otherwise, I can add the change...

Thank you very much for working on this @brunob45 . I wonder if you can also tweak the SdCard impl as I personally want to use the raw read/write support...

@eupn what do you think about async support? There are a few way of implementing this including e.g. `maybe_async` crate to write the code once but generate either blocking on...

I'll look into it and open a draft pr. As for the exclusivity, even with it, I believe you can still add the dep. twice but with a different name...

My idea was simple: Instead of providing only Read/Write to be able to read a USB frame through methods. I took a look at postcard-rpc, at least on the host...

As far as I saw, it can't. I thought that serialport uses something like `nusb` to operate on the usb device and not the OS io. I took a look...