Patrick Fong
Patrick Fong
I would like to speak to this > Oh My Fish! is still rather actively used. > > > That's... not the point. Software can both be unmaintained and used....
~Hi, sorry to rez this thread, but doesn't it make more sense to raise a `ValidationError` if a field that is expected to exist is not provided?~ Edit: I see...
Thank you Jonas, I'll just do that. So it sounds like this isn't a feature? If so, then I'd like to make it a feature request then.
Thanks you so much for answering Kurtis! Really appreciate this perplexing behavior being demystified. I literally wasted hours on this. Anyway, in that case, I want to make a feature...
Thank you once again for your explanation. Yes, that would definitely complicate the codebase without a good layer of abstraction over the OS, which must be quite hard. In the...
My use case is really not that important. But all I'm doing is trying to automate my dotfiles, in particular my installation of the fisherman framework https://github.com/fisherman/fisherman/issues/439 For what it's...
@faho So that snippet of code worked for you from inside a script file that you executed? > I'd recommend you go the source route What is the source route?...
I don't think my use-case here is that important for automating my dotfiles, but I can see this being important for people in DevOps who want to standardize the tools...
Hi, may I make a suggestion? What if fish introduced a new bind function called something like `bind_interactive` which was simply ```fish function bind_interactive bind __fish_disable_focus $argv ``` ? The...
Thanks for following up on this!