Claire
Claire
Ah, I understand how that could be confusing! The compilation failure is most likely due to you running out of memory (see https://docs.joinmastodon.org/admin/troubleshooting/#i-encountered-a-compilation-error-while-executing-rails_envproduction-bundle-exec-rails-assetsprecompile-but-no-more-information-is-given-how-to-fix-it) The `caniuse-lite` message is an unrelated warning.
I'm not familiar with RFC 8414, but I'll be looking into it. One question I have is how it interacts with `LOCAL_DOMAIN` VS `WEB_DOMAIN` and possibly multi-tenancy: if you have...
Do we actually want to transcode animated PNG files to mp4?
I'm suggesting the animations are kept as animated PNGs. I thought they were for avatars, but that may only be true for GIF uploads?
A quick look at the PR looks ok, but I'll still need to do a more involved review, as media transcoding in Mastodon can be pretty messy :/ > Closes...
I'm not sure I understand, where did floats get involved? > We may want a future refactor here to change these all to floats, if that added precision would be...
Heads up that this is a possibly very long migration (took over 4 minutes total on my single-user instance).
Those classes have been added in #10353 and basically left untouched since, and I am not familiar with them. However, instrumenting `ConnectionPool::SharedConnectionPool#checkin` and `ConnectionPool::SharedConnectionPool#checkout`, I can see that Ruby 3.2.2...
Your change does not seem to have fixed the issue. I personally do not experience any significant change in execution time with the `sleep` statement, but there's a couple things...
We would also significantly benefit from being able to write recursive CTEs in ActiveRecord, so we are interested in having this feature supported in a maintained gem, or even better,...