Endre Mark Borza

Results 10 comments of Endre Mark Borza

I am working on a tool that manages pipelines that use dvc and it updates stages in dvc pipelines based on parts of the code. currently, this breaks with symlinked...

That's fair. Currently unfortunately I can't really dedicate too much time to this, but the fix in #7119 solved my case completely.

I started looking into it a little better as I made time for it. There are 4 symlink related tests in `func/test_add.py` (which breaks a bunch of pylint rules btw...

I just needed to upgrade my dvc, but this is still broken, so I need to make the change shown in #7119 by hand every time I want to use...

> If I click the submit button, to add a city, everything appears fine, the ```print(app.callback_map)``` line shows me that the callback has been registered, i can see everything in...

Yes, I have just recently come across this, I suppose some session handling would be needed for this, I'll look into it. Also, the only problem I have with #475...

Thanks. That's a nice extension for the zero division problem, and might be - or probably should be - worked in a little differently than I originally thought.

Well, you sent me down a rather interesting rabbit hole from power series to p-adic numbers (also an interesting candidate for *number* ) Nevertheless yes, I suppose this way it...

Hi, I just spent a good few days debugging this, and the main problem I think is that the AssertionError thrown with the GarbageCollection hack is not very informative. I'm...