Aphek

Results 31 comments of Aphek

Edit: It turns out that the issue I'm pointing in this comment is completely unrelated to this one. Sorry for the confusion. Hey, I probably wasn't clear enough, but from...

It seems like the issue I hit and pointed out above with corrupted uploads is unrelated to this one, sorry for the confusion. I managed to reproduce this issue and...

This looks related to https://github.com/typeddjango/django-stubs/issues/1023 From what I could gather, it seems like adding typing information to `django-taggit` could fix the issue, but I'm not sure. That said, even if...

That's ISO weeks, which is AFAIK the most common week numbering system: https://en.wikipedia.org/wiki/ISO_week_date I checked the code and apparently it's hardcoded to consider the first week fully on a year...

I tested the new `merge.same-change` setting added in 0.34 and it does not seem to avoid this issue if you resolve the conflicts as they appear, as you end up...

> Do you mean you've resolved intermediate conflicts manually by jj resolve (as merge.same-change="accept" would do)? Then, the result would be the same as the previous version because the manual...

> I think this was explained somewhere, but with `merge.same-change="accept"`, middle merge commits `C`/`D` would have a diff that reverts a change from one of their parents, and therefore the...

Looks related to #3031

See this comment from the author: https://github.com/kieraneglin/pinchflat/issues/800#issuecomment-3341935103 The `latest` tag has the 2025.9.26 version, but only for amd64: https://github.com/kieraneglin/pinchflat/pkgs/container/pinchflat/528220864?tag=latest . You can pin to the hash using `pinchflat@sha256:01b4f98aabaf3f5fe394213f7a32578c9e84e42080f52e2f8334021a4473b202` if you...

> I upgraded to gstreamer-1.26.5 by bumping the nixpkgs commit in shell.nix to [cd7c44ecf054a088bd072512f72bdae7b187d873](https://github.com/NixOS/nixpkgs/commit/cd7c44ecf054a088bd072512f72bdae7b187d873) and with the newer gstreamer, I'm not able to reproduce the crashes Interesting, on Arch Linux...