Benedikt

Results 165 comments of Benedikt

> That should work on all version of sqlite3 if I'm reading the docs correctly. > > UPDATE: Of course, `import sqlite3` isn't the same as the docs for this...

> - Pillow's Image module is imported at the top so I could use the typings. There are other duplicate imports in the code; the tests run so it doesn't...

There is a third-party plugin, [beets-alternatives](https://github.com/geigerzaehler/beets-alternatives) built on top of the convert plugin, that probably does (most of) this. Its latest version is incompatible with current beets as it suffers...

Ok, I think I addressed everything. I went quite far in trying to express things via types, at least for this being Python. There's one more thing that this reminded...

I've just seen https://github.com/beetbox/beets/pull/5152, which I've completely missed up to now, and which is badly conflicting with what I'm doing here. However, while it's great that there's some momentum on...

The problem also exists on Fedora 37, FWIW, so certainly not an Arch-only issue. ``` dnf repoquery --list fzf ... /etc/bash_completion.d/fzf /usr/bin/fzf /usr/bin/fzf-tmux /usr/lib/.build-id /usr/lib/.build-id/cf /usr/lib/.build-id/cf/779b437e390e8d3a854303a6d924e6c1c79e78 /usr/share/doc/fzf /usr/share/doc/fzf/CHANGELOG.md /usr/share/doc/fzf/README-VIM.md /usr/share/doc/fzf/README.Fedora...

> Do any of those affected have `apt` or `apt-get` installed? I haven't.

> It's been awhile since I've used typing for serious Python work, but I'll see if I can do something! Great, we're happy for any helping hands! Be sure to...

> I was wondering whether it would help maintainers (in that case most probably this is directed to @wisp3rwind and @sampsyo) if I split up this PR into 2 pieces?...

I'm probably not going to continue working on this anytime soon; but I came across two related projects that might serve as inspiration: - https://github.com/borgbackup/borg/pull/6197 - https://github.com/k9withabone/autocast?tab=readme-ov-file