Ronan Lamy
Ronan Lamy
@boxed Native frames are supported now. I think this whole discussion is obsolete.
I would say it's a bit silly for a library to emphasise screenshots. It would make more sense to have a "Features" page, like on http://www.sqlalchemy.org/
@arthurkok2 Do you still have the issue if you upgrade dvc?
@Varungarg97 The workaround is to downgrade pathspec to `0.9.0`.
A significant part of the recent performance regression comes from 496599518a2f79a79b63888a1d9eaa30d8712021, specifically this line: https://github.com/iterative/dvc/blob/3c3cbee7fddd7a087cda5b1e0c821786bdd57be9/dvc/repo/ls.py#L88 We could swipe that issue under the rug by swapping the arguments of the `or`,...
After #8241 is merged, there will still be a few easy targets for optimisation: * `_DvcFileSystem.ls()` shouldn't call `._info()` but rather directly gather the relevant info from the underlying `fs`/`dvc_fs`,...
Simpler repro: ``` git init dvc init dvc remote add storage ../storage dvc remote modify storage --local jobs 1 dvc import https://github.com/iterative/dvc-data README.md ```
``` Actually, I had already done some work on this and I have now a design that (almost) works. The idea is to have two separate Python objects, one being...
``` I've done some more work on this, mostly trying to keep up with the changes in master, but with some improvements along the way. I've pushed my latest code...
``` **Blocking:** -1604 ``` Original comment: http://code.google.com/p/sympy/issues/detail?id=1688#c6 Original author: https://code.google.com/u/101272611947379421629/