Claire

Results 1010 comments of Claire

It is supposed to do so already and that works fine with my own server following this scheme. We will need more information to identify the issue.

> If all strategies are exhausted, the fallback behavior shouldn't be trying to load a hardcoded route on the domainpart. I'm not sure what it should be.

I suppose this is possible, though we would have to check whether that is more likely to be helpful than redirecting to the hardcoded path.

Hm, what happens is actually a bit different. Mastodon doesn't reject messages with more than 4 attachments, nor does it drop all attachments at all. But it keeps only the...

Yes, something like that (even though my proposal would be more along the lines of having a “…”/“and N more images” over the preview widget, and all of them viewable...

> ...I think that makes this safe to just delete? All local dev/test envs will keep operating w/out needing new values in `.env.*` files; and all production servers will keep...

> > If we want to avoid any breakage we could just move it to .env.development, I guess? > > That's not a bad idea -- let me know if...

I agree those flaky tests are most probably caused by flatware running the tests in parallel on the same file system. I'm not completely happy with this change but I...

There is indeed no language auto-detection happening (we have so far found no reliable way to do it) and instead the post is using the language selected at posting time...

> Do you mean that you've not found a way to reliably get an author to set a post's language, that you've not found a way to reliably detect a...