Benedikt

Results 168 comments of Benedikt

Should be good to go, but I'll rebase on https://github.com/beetbox/beets/pull/5841 once its merged. Note that this isn't quite what the title says anymore: Logging wasn't as incomplete as I thought...

I've also this noticed while developing https://github.com/chomosuke/typst-preview.nvim/pull/88 but it seems that in the last iteration of that PR, cursor following works perfectly fine. One change that I made is to...

So, I did this (with some LLM assistance, since I don't really know any CSS): ```css a:any-link { padding-left: 7px; padding-right: 7px; padding-top: 5px; padding-bottom: 5px; background-color: rgba(200, 200, 250,...

Sure, no problem with that! I felt it would be good to have an issue to keep track of that, though :)

Closing this: There doesn't seems to be anything to do here, and the original question appears to be answered.

As noted in #5746, it might helpful to know in more detail what beets is doing before the crash. (In particular, which backend the art resizer is using, but also...

I think this should be part of `fetchart`, much of its infrastructure is likely to be reusable. You could add a `type` attribute to the `Candidate` class (maybe with values...