jade
jade
### Neovim version (nvim -v) NVIM v0.7.0 ### Vim (not Nvim) behaves the same? not altogether, 8.2.4975 ### Operating system/version macOS 12.4 aarch64 ### Terminal name/version iTerm2 3.4.16 ### $TERM...
Since a recent stabilization, rustc supports modifiers such as whole-archive for doing linking (https://github.com/rust-lang/rust/pull/93901#issuecomment-1041325522). whole-archive is useful for cdylib crates that do their main initialization with ctors and thus are...
Currently lemonbar always makes itself always on top, however that messes up with fullscreen windows since the bar is always above them. _NET_WM_STATE_BELOW looks like what is necessary to force...
Currently, it's impossible to add rules to match windows with colons in their titles/window classes/etc, since the rule parser uses `strtok`, which does not support escaping colons. This PR introduces...
 It appears that the contents of the char literal are incorrectly interpreted as a lifetime specifier with a spurious single quote on the end rather than a reference to...
Currently the interpreter on the binary builds of sumneko-lua is not present on NixOS. rust-analyzer has the same problem and they fix it by doing this in their code: https://github.com/rust-lang/rust-analyzer/blob/76030ebdeaf759a5d9948ece4ba16092d0039c95/editors/code/src/main.ts#L216
We were previously noncompliant with the RISC-V specification, and so was qemu: if there are no PMP registers configured, according to the spec, any access to memory, including instruction fetch,...
Not sure if this is a feature-creep thing or out of scope, but it would be nice if x11fs supported changing and viewing the clipboard buffers. Say, `~/.x/clip/{primary,secondary,clipboard}`.
I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with...
### Describe the feature or problem you’d like to solve There's a case of extremely confusing overloading of arguments: the old `gist` gem/command line tool used to interpret `-p` as...