Atemu

Results 360 comments of Atemu

Oh so that's what the carapace bridge is for; it struck me as kind of odd.

Ah, sorry I forgot to reply to that part; this is indeed a system-wide completion. It's not at the usual path as I'm on NixOS but the default system zsh...

Indeed it has that issue. I pin my nixpkgs, so it is almost always cached for me. It's honestly not that huge of an issue though IMHO. Better wait a...

> The selling point of the app is screen-contents awareness. I would like people to realize as soon as possible that they can't get what's demonstrated on the gif in...

Still important to me. Even if slightly flawed, discarding only what's been added >n days ago would still be very helpful and a nice medium between --gc and --delete. Given...

@risicle atimes aren't recorded since the Nix store you access as a user is readonly to you.

Ah, might be because of `relatime`. It only updates atime if mtime has been modified since the last access which it obviously wouldn't have. Forgot it had that property too...

I see, thank you. > mlterm doesn't provide a way which copies the selected text into the CLIPBOARD without modifying the PRIMARY. Which makes sense when you think about it...

As @arakiken mentioned, there currently is no copy shortcut because mlterm always copies selected text. If you select some text, it's already "copied". I'm personally of the opinion that this...

Thank you so much! What was the reproducer in the end? Because I'm not even sure how this bug was being triggered, so I couldn't produce a test scenario to...