Hilary James Oliver
Hilary James Oliver
> --yes, -y Answer "yes" to prompts (permits upgrade) [suggested]. > Thoughts? What's the reasoning behind `--force` vs `--yes` for upgrade vs downgrade? Presumably we could have `--yes` handle both...
Makes sense. In that case, I guess we do need `--yes` as well.
Unfortunately not everyone uses the wrapper! E.g. single user installations. What about explicitly cleaning `sys.path` at start-up? I think that would work in conda environments. In a Python venv though,...
Probably caused by #4562? (Which fixes a more important bug, but hopefully we can have our cake and eat it too...)
> The full format is too long for documentation, links and warnings and the like which is why the shorthand exists. Agreed, I'm not suggesting changing that. > The shorthand...
So what do you think of printing validation deprecation warnings in long format, as in the example in the description, at least with the '-v' option? Again, this is motivated...
OK, I'm happy with that :+1:
(I had a good play with this yesterday, continuing today...)
> [edit] I think inferrence is working correctly for me, what are you seeing? If I deliberately terminate the commandline with `//` after the workflow name and then hit TAB,...
> I'll comment below on several small points, So, I think my original points are still valid (but can be addressed as follow-ups if at all): >> Completion of task...