Max Goncharenko
Max Goncharenko
I write some kind of protocol parser and I use next code to read protocol data: ```rust reader.read_u32_into::(&mut buffer); ``` I would like to use the same logic for writer:...
Or at least remove Error on Signal::from_c_int, if signal is not between 0 and NSIG, so I can pass custom signals. Option here is also excess.
Awesome WM config file should know nothing about current machine network interfaces. That is not portable way. I just want to push my configs to the repo and be able...
Output of `awesome --version`: awesome 4.3-1 **How to reproduce the issue:** Create awful.widget.keyboardlayout instance. There is no way to change its fonts using its own methods. **Expected result:** We can...