Alex Hall
Alex Hall
No, please, go ahead
This is a good idea. Are you willing to try tackling it? It should be pretty easy and I can give you guidance. Personally I have way too many other...
This hasn't worked in a while and is no longer worth maintaining, I should really update documentation and such.
It's not about the version, it's a bug in the plugin detecting what's installed. 1. What kinda of interpreter are you using? 2. What is being used to install packages?...
I was able to make this work with the following change to `dvc/utils/__init__.py`: ```diff @@ -382,8 +382,12 @@ def parse_target( ) ) if not name: - ret = (target, None)...
Here's a small change that only improves the error message: https://github.com/iterative/dvc/compare/main...alexmojaki:dvc:remove-file-message Now when you run `dvc remove thing`, instead of: ``` ERROR: 'dvc.yaml' does not exist ``` it says ```...
The test failure is an unrelated celery timeout.
Seems like this release could be made now? I'm keen to try it out.
> Sorry about the mistake. Being able to make mistakes is the entire point of this issue! Thanks for making a release so that it can be tested. I tried...
> I think the webpack issue is tricky. Ideally webpack should not try to bundle `pyodide.asm.js`. But `pyodide.js` is the output of rollup so it's not clear how to get...