aos
aos
I ran into this issue when my `sled` tests were failing here: https://github.com/pingcap/talent-plan/blob/a5dccffb09d8d996d9b20a45061cde6604cf221a/courses/rust/projects/project-3/tests/cli.rs#L297-L324 Since the server is "rebooted" pretty quickly, it's possible that dirty writes aren't flushed in time and...
Hi @fricklerhandwerk I would like to work on this, but was curious if there's any docs on how `nix.dev` is hosted. From my understanding and digging through the code: it's...
Ah okay got it - will send a PR soon!
Howdy - I started to dig into this. Initially I was going down the path of using the `redirects.js` file in the Nix manual, but its "algorithm" is tailored to...
> This person means orientation of the tabs. I'm not clear what the control structure being suggested is, but the end result is in their i3 screenshot. They want multiple...
It indeed does take up more space. But one advantage of vertical stacking is that when you move horizontally from window to window, you don't have to move through your...
I appreciate your input. With vertical stacking, I can customize the way I go about navigating my windows. The mental overhead of adding another command just to provide "skipping" seems...
Hi all - I ran into this issue while loading stdlib from a read-only location (attempting to access it from Nix store). I dug into this a bit and we...
That makes sense - thanks for the insight.
Can confirm this also happens to me. I'm on `v0.34.0`. Edit: interestingly, using `no_cursor_warps` does exactly what I want. I just assumed that this is what `mouse_refocus = false` does.