Kaspar Schleiser
Kaspar Schleiser
This PR makes the previously forbidden `!` modifier available to `merge` and `dir-merge` filters. It's effect is that it turns the default for that filter file to `- /**` (which...
I can't flash the net core of my nrf5340-dk. It worked on v0.27.0, #3049 is the first commit that fails. *edit* this is from current master: ```json { "meta": {...
[currently](https://github.com/kaspar030/laze/blob/ed536a8cb879ee553f93f521e7e05afa4d1209e3/src/nested_env/mod.rs#L41-L53) merging a string with a list, or a list with a string, results in dropping the previous. This is probably surprising, as it also happens silently. Options: 1. warn...
If a module or context needs some implementation, it can only select (or depend) it. Make a version that does not select, but check if it was chosen.
I stumbled across a few oddities with the `embassy-time` std driver: 1. Both `now()` and `schedule_wake()` were locking `inner`. That made any use of `now()` within a waker cause a...