Andrew Herron
Andrew Herron
Yes, I have worked on many old codebases where that's true 🙃
I see occasional mentions of adding trampolines but I think it's still a long-term plan. My app has a small enough JS surface area that I was able to switch...
I’ll give it one more ping. Five years later we are sick of needing native dependencies in an otherwise fully NPM environment, but without trampolines we can’t use ReScript. Our...
We only register them as toolbar buttons. There's no reason they couldn't be offered as menu items as well, it just hasn't been implemented. https://github.com/tinymce/tinymce/blob/f6a87ed7a6d32c627cf8ac6c1bd44ce36d69b14b/modules/tinymce/src/plugins/directionality/main/ts/ui/Buttons.ts#L20-L34
Moving to draft until Product decides what they want to happen with this
The problem with where this fix ended up is it won't help customers who already customised our defaults, and it may have unwanted side effects for customers that do use...
@spocke I think we wanted a more generic fix not a patch to the one we know is a problem?
This is caused by a feature we added in [TinyMCE 6.2](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md#620---2022-09-08): > The formatter now applies some inline formats, such as color and font size, to list item elements when...
After looking at the logs some more, I realise that it's apparently normal for the total expired videos to be a `+` in the totals row. So that part was...
Possibly relevant to this, if dependencies bs-platform compiles are symlinked there are issues - see #1691 This might be a nice workaround for the stdlib requests in #2127, although for...