Benedikt

Results 174 comments of Benedikt

> I came here originally because I wanted to run tests with a uv-managed virtual environment, which would require a dependency specification that uv can read. This should be possible...

Sorry, I added an entry to the changelog in that PR, but maybe I should have been more vocal about it. > Have we ever considered making art source registration...

I'll try to look at this in more detail at some point (right now, I'm not very familiar with most of mypy's options). In general, in my opinion, we should...

We need to take https://github.com/beetbox/beets/pull/5728 or https://github.com/beetbox/beets/pull/5745 into account whenever we do this.

Maybe, the fix is as simple as modifying the mtime before archive creation in the `create_archive` test helper function?

> How about migrating to [uv](https://github.com/astral-sh/uv)? It‘s seriously fast and seems like a solid replacement that eliminates the need for many other tools Related: https://github.com/beetbox/beets/pull/5728 That said, it's conceivable that...

It would probably be useful to see the verbose log (`beet -vv ...`) of any command that fails to use `pluginpath`. Also, as far as I can tell, you will...

Just stumbled upon this in another context: Adding an inline icon with `image`, and wrapping that in a `box` with shifted baseline to shift the icon vertically: ```typst Text before...

For whoever looks into this in more depth: The issue is with `InQuery` (subclassed by `PlaylistQuery`), which has pattern type `Sequence[AnySQLiteType]`, which is not guaranteed to be hashable depending on...

This should be ready to go now; it's easiest to review commit-by-commit.