Simon Sigurdhsson
Simon Sigurdhsson
Same here. Also, I can no longer maximize the window using Super+↑; it immediately un-maximizes. $ guake --support Guake Version: 3.7.0 Vte Version: 0.52.2 Vte Runtime Version: 0.52.2 -------------------------------------------------- GTK+...
I have the same issue, which I suspect is because doing `dub run ddox` doesn't re-compile any templates. It would be useful to e.g. be able to generate/specify a more...
Not really, no. Originally I made those changes for testing out bandit in a personal project, where I thought integrating the TAP support in Meson with bandit would be a...
As far as I can tell, most HALs don't require a critical section at all when reconfiguring GPIOs. Upstream actually [recommends `critical_section::with`](https://github.com/rust-embedded/cortex-m/blob/master/cortex-m/CHANGELOG.md#unreleased) as a replacement for `cortex_m::interrupt::free`, but that provides...
Ping! This now uses `critical_section` as recommended by upstream as per https://github.com/stm32-rs/stm32f0xx-hal/pull/180#issuecomment-2515389384 above (though the correct reference is [on the *c-m-in* branch](https://github.com/rust-embedded/cortex-m/blob/c-m-in/cortex-m/CHANGELOG.md#unreleased)), and RTIC has moved to `critical_section` in https://github.com/rtic-rs/rtic/pull/1120...