Claire
Claire
> Is there a reason that `payloads` string is there? I don't think it ever contributes to the generated string... I think it is intended to contribute but has not...
I find the concern name confusing. This method is used to set a unique URI that does not directly correspond to database IDs, and the concern is only about that,...
> Is it accurate that for all these use case the whole goal is just to get some unique uri value as a global identifier that never needs to be...
Yes, this is still of interest, but I would not merge it before recent enough versions of nginx are commonplace (e.g. reaching the next Ubuntu LTS)
I am honestly not sure. I do not like the `+` much either, but I think the string/tap/loop makes it a little more difficult to follow, and the multiple indirections...
I've been accepting the previous PRs, but if the primary goal is to avoid tests failing… maybe we should actually fix the tests rather than use `slice`? I actually kind...
> My guess from just now reading the original PR conversation, which has this commit - [0f131d0](https://github.com/mastodon/mastodon/commit/0f131d089688ef3243e8f374f60cc35daa54fb1f) - is that workflows which are path filtered wind up "pending" (https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths) so...
We have written [FEP-044f](https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md) specifically so that we have an approval mechanism, and hiding the quote when the post is not approved is by design. When encountering a quote post...
My guess is that in your setup, running `docker-compose run --rm web bundle exec rails db:migrate` runs as a user that is not allowed to traverse `/opt/mastodon` . Does `docker-compose...
What happens if you run `docker-compose run --rm web id`?