Rezyan
Rezyan
> The documentation is fairly clear that it only applies to JavaScript files: https://www.tiny.cloud/docs/tinymce/6/editor-important-options/#suffix > > > When loading things like the theme and plugins this suffix will be inserted...
Hey @TheSpyder, do you have any news about this feature for the 6.4 release?
My users also encounter this error in some cases, but I couldn't say exactly which ones. I only know that it happens when resizing the grid. This error is a...
> We are seeing the same thing regularly since updating to v29.3.x. Thanks @Elysiome for the pointer above - looking at the history of the file, I would bet that...
I still think the best compromise would be `requestAnimationFrame`. ```js const resizeObserver = new ResizeObserver(entries => { window.requestAnimationFrame(() => { doSomething(); // Code here... }); }); ``` This would solve...
As you want for the errors, it is in no way annoying, I just wanted towarn. > PS: whatwg recommends the "[experimental](https://validator.w3.org/nu/)" validator instead, the old one isn't up to...
I think this happens because of this line : https://github.com/validator/validator/blob/e61fbeb2c81bed0b5673ed3026d960dc44b776ef/build/build.py#L1706 Can this option be increased, or is it limited so as not to exceed 1000?