sodo
sodo
UI scaling
there is users using this on mobile device most of mobile browsers doesn't support scaling(in PC Ctrl+mWheel) so it's nearly impossible to change ui size (for firefox about:config -> layout.css.devPixelsPerPx;...
[from](https://github.com/djdisodo/NetBare/tree/blocking) fix for #57 this is a hack for thread not interrupting when blocked while reading stream
can i set read startpoint on ext4_readlink? so i can read with buffer not big enough since i don't know how big the payload is
 i'm doing it on UserLand, an debian container for android my cpu arch is arm64(aarch64) what's wrong?
**Description** i found that cursor jumps randomly when you move your cursor only when you grabbed it occurs because you set `last_x` and `last_y` while another `MotionNotify` event is in...
``` $ pacman -S mingw-w64-x86_64-cmake warning: mingw-w64-x86_64-cmake-3.23.2-2 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... :: mingw-w64-x86_64-pkgconf and mingw-w64-x86_64-pkg-config are in conflict. Remove mingw-w64-x86_64-pkg-config? [Y/n] ```...
[repo](https://github.com/djdisodo/avr_async_serial) i just uploaded half baked async serial support crate that only supports atmega328p since implementation is very minimal i think it's possible to merge this thing into avr-hal(feature gated)...
allow using libm software implementation as fallback
커맨드 관련 부분만 수정해서 쓸려했는데 또다른 오류가 뜨더군요.... 지원해주시면 감사하겠습니다
[default implementation on functions](https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations) ``` trait Foo { f: T, mut g: U, h: U = g; } ``` i can't explain well enough in this case using `:` to...