Eugene Diachkin
Eugene Diachkin
An addition: the agenda view disappears if any action is performed with the clocktable turned on. I encounter it on: 1. Turn clocktable on by pressing `R` (turning it off...
Is it really fixed? I see it marked as v0.77.0 milestone, but for me in 0.82.0 the issue still exist
I believe it should be `$env | columns`, e.g.: `if "VAR" in ($env | columns)`
No, if it was from history, then it would appear immediately after typing `a`. As I described, it happens specifically on alt+d. Also, this `LANG= nu` is to show how...
No, see the same on b23fe30530ec876fa500a6c4d142696a33d145ab. I blame Nu because 0.90.1 includes a lof of Reedline changes, and CutWordRight comes from reedline. Downgrading to 0.89 fixes the issue, so it...
Bisected it: e7a4af14cd8563d043690c613c7a5624fd0838ca. This commit pulls a version of reedline which brings few clipboard-related libraries, which could be the suspects
Found the reason: I had `wl-paste --watch cliphist store` autostarted on login. I reinstalled the system but didn't install the `cliphist` binary, so it was this command throwing errors. After...
> only if the system_clipboard feature is enabled I'm using the Arch package, and according to `version` it's not enabled. Yet I see the behavior I've described. ``` ~ ❯...
Here's the demo of the vulnerability 
`ctrl+c` is fine (I believe you use Windows because in *nix `ctrl+c` means "interrupt the process") because it is an *explicit* action. If a user does this, it's his responsibility....