hseg

Results 90 comments of hseg

I'd rather not ignore the type error, unless there's a way of gating it to older `mypy` releases -- after all, that line might one day contain a different type...

😅 actually, misread the AUR interface -- *I* am (one of the) responsible packagers.

Fair enough, I _am_ being slightly ridiculous with enabling absolutely all tests the project. I could also just de-escalate, and pin a comment at the top of the AUR page...

Same here - am currently hackily using a combination of `default()` and stripping the default substitution I'm setting. ```perl my $metadata = qx(playerctl $player_arg metadata \\ --format '{{default(artist, "\004\005")}} -...

Yes, that's precisely what I meant. Though, in retrospect, adding `:config-reset` from #2794 would weaken the case for this, and probably be less work.

In case anyone is interested, my workaround in the meantime is to have `:open` and `:hint` in keybindings always invoke `:open -s`: ```python config.bind('o', 'cmd-set-text -s :open -s') config.bind('go', 'cmd-set-text...

Ping on this? It's a nice-to-have whose absence I'd rather not patch around. (At the moment, I've downloaded a copy of the `cabal` bash completion to `$XDG_DATA_HOME/bash-completion/completions/`, but I'd rather...

On Sat, Jan 20, 2024 at 06:24:12PM -0800, Julian Ospald wrote: > @hseg I don't see any bash completions in the existing release tarballs. That's where we want to get...

On Sun, Jan 21, 2024 at 04:20:03AM -0800, Julian Ospald wrote: > I don't really know. GHCup does not install into random directories under HOME. And there are a hundred...

On Sun, Jan 21, 2024 at 04:51:46AM -0800, Julian Ospald wrote: > > I'm left wondering if perhaps an alternative design could be for ghcup to > maintain `~/.ghcup/{bin,lib,share}` that...