Erick Zhao
Erick Zhao
Backport of https://github.com/electron/electron/pull/41575 See that PR for details. notes: none
It would be nice if we had a `Format on Save` option similar to. To make it simple, we could use it just use Prettier with its default settings.
This should match the experience from standard terminals.
When a GitHub PAT expires, we pop up a dialog that says that the auth was invalid. To remedy this, the user needs to manually sign out in the settings...
Since #1093, we have the ability to test Fiddle's React components using React Testing Library (RTL). We should gradually migrate all our Enzyme component tests to RTL to move away...
See https://github.com/electron/electron/pull/37535/checks?check_run_id=12028226514 The original review from @~nornagon was of this format: Link: https://github.com/electron/electron/pull/37535#pullrequestreview-1337900204
We need to find a replacement for our usage of https://rawgit.com for parsing images, since it entered sunset mode in 2018 😬 Ref: announcement at https://rawgit.com/
Docusaurus just released a new major version! https://docusaurus.io/blog/preparing-your-site-for-docusaurus-v3 TODO: flesh this out into smaller issues before we do the major version upgrade.