MarcusGrass

Results 26 comments of MarcusGrass

> Just for posterity, I did dig into the code more and think I understand some of the fundamental problems with implementing multithreading in Rust internals, I heard a bit...

> #3162 is one of the links I was referencing in https://github.com/rust-lang/rustfmt/issues/6091#issuecomment-1964539411. > > @MarcusGrass I really appreciate all the thought you've put into this. I also want to be...

Seems to be a bug caused by rustfmt supplying a byte-index while `annotate-snippets` expects a char-index, because of the cyrillics they're different, I made a PR for it here https://github.com/rust-lang/rustfmt/pull/6084

> Doesn't `portable-atomic` already do feature detection and do essentially the same thing automatically? > > Edit: Okay, I guess it can be a bit overzealous sometimes if the target...

I did make some attempts, but it didn't turn out very well, I'll close this since I'm not working on it

I wrote a [WM](https://github.com/MarcusGrass/pgwm) with this goal in mind, it's not exactly like dwm but I used that codebase as an inspiration and it aims to be resource efficient. With...

I think I could rewrite this to use a single connection to mitigate https://github.com/alacritty/alacritty/issues/2735, I think that rewrite would be pretty big however, what do you think @quininer

Nice find, I don't know whether this will fix your problem, but there's a bug where a reference to the connection is cloned into a thread which spawns a wait-loop...

[0.9](https://crates.io/crates/x11-clipboard) is out which fixes the client leak

> please also add a test in https://github.com/uutils/coreutils/blob/main/tests/by-util/test_chown.rs thanks There was already a test for this, however since the change that test started blowing up, since in CI user !=...