Fabian

Results 23 issues of Fabian

win32 does not necessarily mean `cmd.exe` as well as others does not mean `sh`. Problem is, that previous functions, like s:escape_cword() do respect `shell` e.g. with `shellescape()`, but passing the...

![markdown-language-highlighting-issue](https://user-images.githubusercontent.com/29653149/27473315-09fd9776-57ff-11e7-8e4f-fcb26cb8a34b.PNG) > markdown-language default settings > Syntax Theme and UI Theme: One Dark

I was playing around and was missing the method to edit nodes without having to recapture nodes after a source file edit. This is almost a copy of the tree_edit...

Support some kind of benchmarking. I'm imaging something as simple as running a monotonic timer, which starts at function entry and stops at function exit and then in the test...

type: enhancement
status: needs PR

As `From for u8` is implemented in https://github.com/rust-embedded/svd2rust/pull/374. What do you think about implementing `TryFrom for enumVariant`? It could look something like this, in the generated code. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b703f510723d792edcd2776942cc02c7

For current bugs: - [ ] #109 - [ ] #54 - [x] #125 (3.) - Add a test, which checks, that the pull state is correctly reset, when transitioning...

enhancement
tracking-issue

See https://github.com/rtic-rs/cortex-m-rtic/blob/master/book/en/src/by-example/tips_monotonic_impl.md for background information.

enhancement

This should be similar to https://github.com/stm32-rs/stm32l0xx-hal/pull/74

enhancement

Either, monitor the binary sizes of the examples or write a binary, which does use almost every function to monitor each module. Use https://github.com/orf/cargo-bloat-action/ for that.

enhancement
good first issue