Samara

Results 12 comments of Samara

What if we passed the entire message object to `client.edit_message` and then used the text and entities if we need to? (obviously with type checking instead of `getattr` hacks) ```diff...

I had a look at implementing this using AcoustID fingerprints, and there's two issues that I found 1. fpcalc hangs on some m4a files (and some mp3s in my experience):...

Hi, I was accidentally mentioned here. Not sure how to opt out of the review on reviewable, or if i even have to.

Don't worry, I'm used to it. Putting it in monospace makes it not mention me, but if I'm tagged once then reviewable will see me as a mentionee and keep...

I have several files that also exhibit this issue, it seems that `id3_tag_parse` fails to parse the tag data in some cases, causing it to return a null pointer. This...

The album art tag being UTF-8 instead of LATIN-1 is a bit strange, but that doesn't seem to cause the bug. However, I noticed that your replaygain tags are UTF-8,...

I think the UTF-16 issue might already be fixed (just not merged yet), my guess is that it bails out of the parsing when encountering a string it deems invalid....

Have you set world execute permissions on every directory leading up to the config file? Try executing `chmod o+x $HOME $HOME/.config $HOME/.config/glance`. You can quickly check if the file is...

I know I'm exceptional, but this is excessive.

The server does make use of the `cgi` module which was deprecated in Python 3.11 and is removed in Python 3.13. So we can't use the latest Python (but 3.12...