Claire
Claire
> gcc was required for the `gem install bundler` command, and `assets:precompile` requires `gem install bundler`, so to remove gcc in the final stage, we have to move everything to...
> `bundler` is still there, we just copied it from the build-dep stage, just the dependency needed for build `bundler` is not required and left in the build-dep stage. I...
Unfollowing is a socially loaded, potentially destructive action that is easy to do by mistake (e.g. misclicking), and the recent interface changes have made it more confusing (currently, the button...
> Having a confirmation for every single unfollow can be too much, especially if you want to clean out your follows. There's a batch management page at `/relationships` for that.
This is an issue with the German translation specifically, where one translator decided to provide a translation that depends on the number of attached item, however the way it was...
This should be solved in the 4.2 branch.
It does fix at least the case of an otherwise-ok acct handle in which the domain part has an extra space (e.g. `foo@bar. com`). If you have another example of...
> I know in practice this is already broken, but should this be considered a formally 'breaking' change? In this particular case, I wouldn't mark it as breaking, as it's...
refactor(vacuum statuses): reduce amount of db queries and load for each query - improve performance
> * fix statuses_scope unnecessary use of `Status.arel_table[:id].lt` > because it is inexplicit, bad practice and even slower than normal > `.where('statuses.id < ?'` I understand the other arguments, but...
refactor(vacuum statuses): reduce amount of db queries and load for each query - improve performance
> I Honestly don't know. But the query analysis was always turning out a few 1/10 mil slower, when zhe rest of the query was the same. > > So...