pwygab
pwygab
I would like to give this a shot!
@kubouch, I see your point. Do you think a configuration option where all three systems, the current one, this new one in the PR, and the "fall-through" are implemented? Btw,...
@kubouch , any update on this?
maybe I’ll give a shot at drop-through parameters, or maybe a config option that allows users the configure their preference, or maybe both
hrm, not sure if its linked to the same thing. It doesn't crash when I type the `e` - however, it DOES crash when I try to autocomplete it. ```...
Oops, sorry, I don't think this one is fixed yet. I forgot to un-mark it. The PR originally did fix it, but after the `command` flatshape was removed, it didn't...
I looked a bit into this and the problem here seems to be that Value::Error is being passed instead of an Err().
imo, defaulting to `Value::Binary` if there is non-ascii is open to a lot of confusion, so I would prefer if by default `from_utf8_lossy` was used. However, any thoughts on adding...
How might this work out when you have a command which has multiple possible outputs? `first x` returns a list but `first` returns a value, for instance. Will it be...
I'm seeing a problem with this - it seems to run the external command when completion is attempted. Try something like `htop | get ` to see what I mean....