Dániel Buga

Results 224 comments of Dániel Buga

> Lapce reloads file content when it's changed externally. Not on windows, at least not for me, at least not every time.

Thanks for reporting these ideas! > Use the OS-provided file manager for opening workspaces and files. I believe Lapce has been using the OS's file picker dialog for some time...

Hi and thanks for reporting your issue! We know that Lapce may not run on older hardware, or may have issues. We are working on solving these. I can't comment...

Could you please try [the latest release](https://github.com/lapce/lapce/releases/tag/v0.1.0) ?

I might be wrong but as far as I know generic code is inline by default anyway. Do you have some example where it is not? In general I'm not...

> I can draw the triangle when in --release mode Release mode disables overflow checks by default so it's not surprising. Can you provide some details about your hardware (word...

Could you please try with `embedded-hal-bus = "0.1.0"` instead of trying to use the dependency from github?

embedded-hal-bus isn't a simple plug-and-play crate, you don't get an I2c struct that "just works". You need to decide on how you share your bus between your devices, and for...

We already have a tracking JTAG state machine (that can both maintain state and generate state transition sequences) implemented for bitbanging probes. I'm not sure how applicable that method is...

There is a third option to handle libtest-mimic's format: mirror the struct in probe-rs with a different name for the argument (--output-format). It's a hassle for sure, but it's probably...