Max Goncharenko
Max Goncharenko
@BurntSushi, For now I see no other way except writing each chunk separately: ```rust #[inline] fn write_u16_from(&mut self, src: &[u16]) -> Result { for &n in src { self.write_u16::(n)? }...
Sure thing, I can parse `ip link` output. But that not what user must do (most users expect working widget out of the box). All the interfaces should be parsed...
[speed.exe.4200.zip](https://github.com/ThirteenAG/WidescreenFixesPack/files/8754458/speed.exe.4200.zip) Same issue. Here is the crash dump. The issue is reproduced after installing the widescreen fix update. 
I use transmute for my purpose now and it works fine, but I wish getting rid of unsafe block. ```rust let signal: Signal = unsafe { std::mem::transmute(signal::SIGRTMIN() + 1) };...
@PedroxTheBest99, is the issue is still actual?
@psychon, I have just posted what you advise me [here](https://github.com/awesomeWM/awesome/pull/1941#issuecomment-406325321).
That's I can do. Which module is the easiest to document?