everdrone
everdrone
I was also looking for the circular mode option. Any update on this?
Experiencing this issue too in vim mode with any kind of parentheses when using `ysw[`
Thanks for the suggestion! I haven't checked but I'm pretty sure there are multiple jingles and their length varies. This feature is basically cutting that segment at the start using...
Yes it's difficult, unless you cut a set length (assuming they all are the same). you would need to match against a database of all known nts jingles. My guess...
@jobobob I did some work here https://github.com/embassy-rs/embassy/pull/4714 For that to work, you also need to clone [my fork of `stm32-data`](https://github.com/everdrone/stm32-data/tree/n6)
With the help of everyone in the matrix chat I managed to run a simple blinky using a `cortex_m_rt::entry` point. After that I got stuck trying to have an `embassy_executor`...