Alexander Schepanovski
Alexander Schepanovski
Я про то, что ты два раза реализуешь _mark_refs() в ext.django и в analysis
Looks like that's arbitrary, I can't see why this was handled this way. Make a pull request :)
Can make both work, I guess. Do you want to create a PR? Also lacking tests here :(.
Any performance gains would be highly beneficial to [dvc](https://github.com/iterative/dvc/). Now validating 20k yaml files like: ```yaml md5: 09f910d6eb6b6013d6fd292e9b7b2884 outs: - md5: 038a480057ac11cb3ba68e35d29e044f path: 1.txt cache: true metric: false persist: false...
My two cents. There is no smell in copying code here - yes, we will have two different copies, but they are for different pythons and their asyncio versions are...
This issue is of the kind of ones that solve themselves ;) Sample resolution: wait till Dec 2021, close it.
Quick Fix 2 prevents live and non-live updates for me. Even when I close page and reopen I can't see changes to a file.
I see, can anyone create a test for it?
Same issue with other places posix path strings are used as serialization: - relative local output paths saved to stage files - stage `wdir`
So we may just not permit having `/` in filenames on Windows or escape it somehow when converting it to posix. That latter could be messy though.