Max Horn
Max Horn
@nathanielcook I am not really a python guy myself, but it's easy enough to pick up ;-). Anyway, I think the place you need to look at is `updatebookmarks`. It...
@fgb I am saying what I saying :). I think I even made a test script to setup hg and git repos like I described, to replicate the issue. No...
That seems tricky to do, esp. if you want it to work bidirectional. Thing is, git-remote-hg only converts commits and the data contained in them. The actual "checkout" (i.e. the...
Sure. But what is the relevance of that remark?
This kind of bug has been known for decades, and countless people have shared your doubt, and paid for it. In this particular case, it can even be reproducibly triggered...
How is the git-remote-hg script dieing in the middle of that "single line of code", resulting in an invalid / incomplete JSON marks file, a different issue?
Yes, it would be nice if one could somehow leverage git's existing lock / concurrency handling.
Having the same in the iOS testflight beta app.
Having the same in the iOS testflight beta app. I wanted to give it a try to evaluate Photoprism before installing it, so I tried to use it with demo.photoprism.org,...
I wonder why the difference: why is the type being deserialized here *before* `__init__` is run, while it works fine in a regular session? Presumably this is because here, with...