Lachezar Lechev

Results 250 comments of Lachezar Lechev

I can confirm that this issue is present in UDP sockets with ARP requests as well. For us it's undesirable to miss/lose incoming packets (RX) even if we set the...

I still want to bump this issue. It's a major issue if you expect some of your nodes to go offline (like IoT devices and such). Would a setting for...

This issue should be closed as the PR was merged in commit https://github.com/smoltcp-rs/smoltcp/commit/06d18130cd8b25edbcad207bbdbb157f1c1203df

Ahh yes, I saw the PR and didn't bother to check it thoroughly.

Hello @StefanB7, I've missed posting my comment in September to the issue so sorry about the delay. First of all - thank you for reporting the issue! Do you have...

Hello, I saw this issue and since I don't see much work around it after 2 years I was wondering if there's a way to circumvent defmt logging all together?...

MSRV should be made > 1.59 based on the latest `master` branch > error: package `async-global-executor v2.3.0` cannot be built because it requires rustc 1.59 or newer, while the currently...

@dhardy you can check - https://github.com/bheisler/criterion.rs#compatibility-policy I believe msrv policy is less strict mainly because criterion is used primarily in dev-dependencies

There's definitely a place for improvement here. It makes sense to keep our current validation process - if we don't have a parser for the sentences - return an error,...

Ok, so my current line of thought is to allow a callback for parsing unknown sentences, which will be great to the user as they will add the vendor-specific sentences...