Lachezar Lechev

Results 250 comments of Lachezar Lechev

> `NO_CORS=1 ` did the trick! > > now I need to figure out how to bundle it and run it on LG WebOs IPK... Awesome! Please re-open the issue...

I'd like to join in the conversation by saying that debug builds will matter for constraint machines. It seems that the crate can be made `no_std` so it still makes...

Any progress on this async support @ninjasource ? PS: This create is amazing, thanks a lot! Will hopefully test it out soon.

I'm open in helping out with this effort as well. Can't wait to try out embedded websockets!

embedded-hal and embedded-hal-async are now on version 1.0 :tada: https://docs.rs/embedded-hal-async/

I'd like to continue this discussion but instead of splitting it up, let's create a feature for enabling the fs for fat32 & fat16. This will allow people to still...

@jbeaurivage is there any progress on this PR? I've found some other issues related to opening/closing files which you can check here: #75

To join in the discussion, I like the approach which some other crates take on blocking vs async api - the default module `async` api with a second `blocking` module....

To join in the discussion, I like the approach which some other crates take on blocking vs async api - the default module `async` api with a second `blocking` module....

So after applying a fix to the branch to mitigate the wrong impl in `embassy-rp` I managed to make it work. It did work for a while although much slower...