Tom Moor
Tom Moor
> You glob and split specifically on server/**/*.test.ts and run that on yarn test (for test parallism), but yarn test:server, which is never actually called, also runs plugin tests.
Because we only fetch the first page. There was an assumption that most people have less than 25 drafts, which holds true but those with more have noticed this 😉
Currently when duplicating it just places the document next to the existing automatically, this is often not desired – it would be better to show the file explorer and allow...
If you're involved in a comment thread there should be a notification when it is marked as resolved. Follow up to #5078
Currently in the editor if your selection is within a link you can only access the link editing toolbar.
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
I'm reopening as this is consistently still an issue and I know adding comments to old closed issues (https://github.com/electron/electron/issues/29665) isn't very effective in exposing issues that have reoccurred – more...
:bulb: For realtime notifications, a neat little addition is to show a toast based on current page context. eg: A toast if someone comments on the page you're viewing with...
Lets start storing a `timezone` column on the user model, it can be updated automatically from the client without the need for an additional preference. This will be useful for...
If you're writing a lot of inline code this can get in the way, I think it makes sense to have a preference to opt out of this behavior.