Renaud Chaput
Renaud Chaput
Closing this as it has been added in #23913 and will be in 4.2.0
We plan to look at this once Active Record Encryption is set up (it requires admins to generate and configure some keys). One issue here is performance, as it can...
And https://github.com/mastodon/mastodon/issues/29990 as well
Looks good to me, I will let @ClearlyClaire have a look and merge if ok.
Do we have any environment variable that can be impacted by the change to `\n` handling in this version?
I am wondering if we should drop Prettier from all the lint/fix commands, and use a `format` command that runs Prettier on the whole repo. Files ignored from Prettier would...
Updated, introduced `yarn format` and `yarn format:check` in a second commit. This allows to remove all the scripts and workflow that ran Prettier on specific extensions and were wasteful.
The error is a regression from https://github.com/diegomura/react-pdf/pull/2591, it no longer defined `this.bits`. I am not sure how to get this information from `jay-peg`, but it should be an easy fix...
While this fixes the issue, I do not think the fix is correct. This has been broken by https://github.com/diegomura/react-pdf/pull/2591 because `this.bits` is no longer defined.
> @renchap > > > I do not think the fix is correct > > It's not really helpful without context. Can you please explain why ? Not all JPEG...