Jorge P
Jorge P
Good catch @skshetry, I think that's what was happening, but I didn't realize until now.
So is it a bug? Or expected behavior? Maybe the specific case can be handled with a better message at least? Changed the title and labels here, but feel free...
> I don't like the idea of dealing with two terms "task" and "experiments". We should have one user-facing... > the task and experiments are almost one to one correspondence,...
> We already have the basic support to check it again the schema But via the [YAML extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) by RedHat right? If so should it be recommended somewhere in the...
Oh, I did notice that box but I thought it was an automatic VSC prompt. Cool then
> 1. Why don't we use code snippets instead of just images? - Nice to have, not critical. As of now these walkthroughs are written more as quick-read tours rather...
Yes, I get this too... Not working! (Mac OS 10.13.3 with stock Python 2.7.10) ``` $ pip install --user pip-autoremove Collecting pip-autoremove Using cached pip_autoremove-0.9.0-py2.py3-none-any.whl Installing collected packages: pip-autoremove Successfully...
After using this package to autoremove `awscli`, I also had `pkg_resources.DistributionNotFound` errors for `jmespath=0.7.1` and `docutils>=0.10`, which I had to install manually for `pip-autoremove` to run again. It seems the...
IMO it makes sense to stage it if there's a Git repo (not unintuitive since you can't `git add` without a repo 😋). And most importantly it'd be consistent with...
Where can we find a list of all possible config options per command? I was pointed to https://github.com/iterative/mlem/blob/main/tests/contrib/test_heroku.py before but it's unclear what the config options are in there.