Sebastian Willenbrink
Sebastian Willenbrink
#### Summary None #### Purpose of change The handling of brightness/light levels is inconsistent. The original idea sparked from #59062 which addresses some of the issues but does not go...
This is a continuation of #194 and ports not only the interface but most of the implementation to Eio. The commits in this PR can largely be reviewed independently although...
Fix the `dream-mirage` package so that it works with the latest version of Mirage. This required replacing the vendored libraries by the upstream versions and replacing httpaf with h1. In...
Previously, the examples were there but not tested and IIUC not even compiled during publishing/testing. This leads to them bitrotting. This PR adds simple cram tests that start the server...
## Expected Behavior When a cram test terminates, all running background tasks (e.g. started via `&`) should be terminated too. A reasonable alternative would be to wait for all tasks...