Simon Ser
Simon Ser
`.b4-config` has `send-series-to` to specify the mailing list to send patches to. Some projects also require a different subject prefix, because the ML is shared between multiple repositories. There is...
Catches mistakes such as non-existing build options.
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4775 Note, key repeat for motion is not yet implemented. Simple way to test: `wtype -k Pointer_Right`
In [1] we re-introduced a debug flag to enable wl_drm. Time has passed and Xwayland + VA-API + amdvlk now all support linux-dmabuf-v1. [1]: https://github.com/swaywm/sway/pull/7916
**Describe the bug** Values in `environment` in `docker-compose.yaml` should not be set during container build, they should only be set during runtime. **To Reproduce** `Dockerfile`: ```dockerfile FROM alpine:latest RUN ["env"]...
```go type CapabilitySet struct { IMAP4rev1 bool IMAP4rev2 bool // etc } ```
- [ ] Consider not using `map` in `FetchMessageBuffer`
See https://www.rfc-editor.org/rfc/rfc9590.html
See https://go.dev/blog/range-functions What about error handling?
The public API allows the same functions to be used on different kinds of objects. This makes it pretty error-prone: it's easy to call a function on an invalid type...