Results 74 comments of Evan

Which versions of Python are you using inside and outside the virtual environment? At a glance this appears to be related to #481.

I'm sorry, I haven't had time to look into this. Something appears to be going wrong here: ``` exception too many values to unpack (expected 3) while parsing args ```...

I'm not sure exactly what you mean when you say "the fish completion script seems to be adding it's own startswith type check, thus overriding the custom validator." This is...

Depending on exactly how the global completion script has been installed, you might be able to restore the default completer with `compdef _default -default-`. You'll likely have to rerun this...