perlindgren
perlindgren
The current CI is run internally on the RTIC repo, which does not cover edge cases of build.rs dependencies. Possible solution: - Make a sub-crate with proper dependency to RTIC....
Perhaps it would be a good idea with a trouble shooting section, listing a set of common problems and simple guides howto address them. Some errors reported, e.g., from the...
Lockall
Lockall api [53](https://github.com/rtic-rs/rfcs/issues/53). Issue with: ```shell > cargo xtask --target thumbv7m-none-eabi ``` Builds in --release which fails run-test for ```shell cargo run --example cfg-whole-task --target thumbv7m-none-eabi --release ``` Not sure...
Problem: Currently we run ``` cargo xtask --target thumbv7m-none-eabi ``` to both test the examples against expected output and to collect size info to track regressions (size info needs ocular...
Hi RustDT devs. I am aiming at embedded (bare-metal) software development using the Rust language. The RustDT already works well with source code development. However, the integration to GNU-ARM-ECLIPSE could...
Hi fflorent and others. Is there some example how to use `nom_locate` with the `VerboseError` type. I tried changing the example. ``` fn parse_foobar(s: Span) -> IResult { let (s,...
In the README.md it is described how you can compile probe using `vcpkg`. I did not read that first (my bad), instead I installed the visual studio community edition with...
This PR covers all examples except "custom keybindings", however in the "completions" example a custom keybinding is exemplified. Let me know if you think it is worth merging in current...
Hi Great work on the compiler!! I'm working as a professor at Luleå University of Technology Sweden and currently preparing for running the course in Compiler Technology. We have used...
Hi In case a display style changes (requiring re-layout), it seems that `on_hover`/`on_hover_out` might be incorrectly handled, this may cause flickering in case of custom tooltip like widgets. Workaround is...