Sherlock Holo
Sherlock Holo
if a cgroup doesn't contain hugetlb releated files, the v2 manager will fail with > Caused by: > 0: io error: failed to read /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/prctl-ttt/hugetlb.2MB.events: No such file or directory...
for now `CgroupManager` only has `apply` method, if user want to know the cgroup controller options, user need to read the cgroup fs manually if `CgroupManager` could add a new...
after enable this extension, press WIN button into the GNOME overview, I found the window content become fuzzy I am afraid I can't take a obvious screenshot because when in...
for now `Stream` can't write something like https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b45f2bc81394150cdae15d8a1cbcdecd which want to return a reference type, however, with GAT help https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b63d58ebe8d9ffa70225d5fc23fb629d we can return the reference type consider `Stream` still not...
implement `Ord` trait is easy, just add it into `#[derive(..., Ord)]`
> ``` > Compiling c2rust-ast-exporter v0.18.0 > error: failed to run custom build command for `c2rust-ast-exporter v0.18.0` > > Caused by: > process didn't exit successfully: `/tmp/cargo-installqMkDu0/release/build/c2rust-ast-exporter-519eea21922eb81e/build-script-build` (exit status: 101)...
that should fix #17
### 问题类型 / Type of issues * 其它 / other ### 受影响的软件包 / Affected packages * marktext-git marktext-git dependency electron17 is not packaged by archlinuxcn ``` pacman -Si marktext-git Repository...
the `Clipboard` use std `Sender`, which is `!Sync`, that makes users can't put it into once_cell::sync::Lazy to create a static variable. replace the std `Sender` with crossbeam-channel, can still use...
using the latest main branch `host` crate `host::command::add_to_linker(&mut linker, |state: &mut HostHelper| state.wasi_ctx())` will report > Error occurred while creating a new object: import `stderr` has the wrong type but...