Jonathan Hayase
Jonathan Hayase
@tsdh git uses a lockfile (`/.git/index.lock`) to ensure that operations don't collide, so checking the status will create and destroy `/.git/index.lock`, which triggers the filenotify listener. I'll look into your...
This still appears to be a problem in the current `main` branch.
@guraltsev slightly off-topic, but you can use `\intco{...}` and `\intoc{...}` for "mismatched" intervals with the [`commath`](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/commath/commath.pdf) package.
I run into this too, occasionally, but it seems nondeterministic for me. When it happens, I just keep restarting `i3` until the issue goes away (however it seems to always...
I made an effort to design my own regex, but I ran into another issue. Apparently Pixels record JPEG and RAW with different `localDateTime`s. This causes the matching to fail...
I think it's potentially a bit risky to discard the time portion of the datetime. @m3brown suggested unwanted collisions could happen if the numbers ever sync up on the same...
I think multiple sets of criteria do make sense. It would break backward compatibility, but you could pull the structure into the YAML itself so it's not so hard to...
Ah right, I forgot we have to pack it all into environment variables at the end of the day, which your format addresses of course. The one missing thing is...
So I was thinking about this a bit more and I'm wondering if the so called "criteria index" is really necessary? Assuming users don't want to match different keys to...
> I also ran a quick test and it seems none of the assets have this property: > > ``` > immich = Immich(api_url, api_key) > assets = immich.fetchAssets() >...