Tobias Schmitz

Results 89 comments of Tobias Schmitz

I have it right after calling `vim.lsp.config`, so I can change the check command of `rust_analyzer` using a key mapping: https://github.com/saecki/dotfiles/blob/main/.config%2Fnvim%2Flua%2Fconfig%2Flsp%2Fserver%2Frust_analyzer.lua#L331-L366

Polaris uses [this library](https://github.com/polyfloyd/rust-id3) to read the ID3 tags. Could you report the issue there?

Polaris is already using the `Tag::read_from2` function. So I would assume that either there is a bug in the `id3` library or that the file is invalid in some way.

Hey, thanks for this PR! I'll have to give this some thought. I'm generally not that big a fan of lazy loading everything, since it can hide problems until the...

> Interesting. Can you elaborate on why you don't necessarily like automatic setup? I didn't previously give the widely adopted setup function much thought, but I have been thinking about...

There definitely is a but in the test runner (which I'm looking into), it should not panic. I quickly hacked something together to get the error that is causing the...

Thanks for the report, I'll try to take a look at this this weekend.

So I think `AVFoundations` only supports chapter tracks (a `trak` referenced by a `chap` atom), not chapter lists (`chpl`). I don't have a Mac so I can't test it, but...