Roland Fredenhagen
Roland Fredenhagen
Hot reload config files on changes. When one is using multiple instances, one needs to either restart or manually reload the config in all of them. I know that helix...
### Description While a grid is the preferred solution for maximum customizability, it is sometimes more complex than one needs. ```typ #columns(3, widths: (10cm, 4%, 2%))[ this is in the...
What do you think about adding derive macros for e.g. `Get`, `Append`, ... I did some experiments: [macro source](https://github.com/ModProg/dbus-client/blob/8bb8db7e6ac1b58566e69be36e92a3b329b3904e/dbus-client-macros/src/derive.rs) and [usage example](https://github.com/ModProg/dbus-client/blob/8bb8db7e6ac1b58566e69be36e92a3b329b3904e/examples/wpa.rs#L122-L142) and would be willing to make a pr...
I admit that I'm not very experience using dbus, but I wanted to control `wpa_supplicant` and wondered if I could get a nicer API for through generating some “path wrappers”...
I guess this is a copy and paste from the lib.rs
**Is your feature request related to a problem? Please describe.** When using a convertable it can be very restricting to always need to scroll via touchpad, instead of using the...
I mapped ```yml modmap: - remap: XHIRES_UPSCROLL: A XHIRES_DOWNSCROLL: A SCROLLUP: B SCROLLDOWN: B BTN_SIDE: A ``` The result is, that scrolling up or down prints `A` as expected, but...
Getting this error message `"Expected tag: \"r#type\"` for the struct ```rs struct Struct { r#type: String } ```
I can see two implementations, either add an additional `alias` field to the `musli` attribute that takes a list of names, or extend the `name` field: For serializing this doesn't...
Sometimes you want to flatten fields while en/decoding a struct, e.g. because you want to collect remaining fields in a `HashMap` or because you want to reuse a certain set...