Yuxuan Shui
Yuxuan Shui
I have another point against `jj next/prev`. Unlike all other commands that make modifications to the repository (e.g. new, desc, abandon, edit, undo, ...), "next" and "prev" aren't verbs. At...
> Device: D3D12 (NVIDIA Quadro P2000) (0xffffffff) !!? Are you running on WSL or something like that?
@mrossinek mouse cursor is not rendered by (not a responsibility of) the compositor, making me thinking this is a driver issue.
@mrossinek vsync doesn't work under scaling isn't a surprise to me. Previously it was reported to not work when screen is rotated (#328). There was nothing picom can do there...
dkms can now auto detect kernel built with LLVM and pass `LLVM=1` to `make`. Problem is zfs has a configuration phrase which doesn't get this. I have kernel built with...
Also I think `MappedRef` and `Ref` can be merged? Just add `V: ?Sized`
> `git refs migrate` thanks for this! i've been cloning git repos back-and-forth to convert the ref formats 😅
sddm itself uses journald, but the [session log](https://man.archlinux.org/man/sddm.conf.5.en#SessionLogFile=) doesn't.
> after upgrading my nvidia driver from 550 to 570. yeah... can you also report this to nvidia? also picom should detect device resets like this. (we do call `glGetGraphicsResetStatusARB`...
a quick workaround: ```bash export RUSTFLAGS="-C link-self-contained=n" ``` then you need to add `llvmPackages.bintools` to your `buildInputs`.