Dániel Buga

Results 594 comments of Dániel Buga

Since #2323 cargo embed strips the ANSI sequences from its output. I know this isn't the solution you are looking for, but getting sequences right with line wrapping is pretty...

> It looks like only selected menu item is constantly redrawn Hello, I'm not sure I understand your problem. Currently, if you call `menu.draw()` everything should be redrawn. Your best...

> and my question is how this happen or what's broken exactly here. `embedded-menu` only draws what it has to. Where you see white, or the unexpected red on your...

I've never considered immediate mode. I also don't have neither the knowledge nor enough time to make such a fundamental change to embedded-menu, unfortunately.

Yeah the network stack won't receive bytes one by one but this is certainly a cleaner implementation than what we had before. Minus the `matches!` hack, which looks just weird,...

I have seen cases in Windows where nusb lists 0 interfaces for otherwise working devices. Using https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/usbview#usbview-source-code I can see several interfaces. Are these symptoms related to this issue?

This isn't embedded-test specific, this issue pops up from time to time in probe-rs. I don't know what causes it, unfortunately - the device doesn't send back bits probe-rs expects,...

I think I'd rather if embedded-test collected logs into memory and printed them if a test failed. A log feature that interleaves itself into the "UI" output isn't ideal but...

The issue opener is a bit vague on what Mabez wants, so yeah I guess I'm hijacking this a bit with output capture, but I feel like we can appropriate...

I'm a bit unsure about the example images' alt texts. I don't think they are descriptive at all and I think it would make more sense to approach alt text...