David Császár
David Császár
`compressionAlgorithm: 'gzip' | 'brotli'` sounds good to me. I'll give it a go.
@valscion ready for the next review!
@valscion @th0r next round.
> How about, that we always use UTC dates This may lead to editor confusion. The editor chooses a date for the blog post. After that, the blog post is...
FWIW Another data point: Our CI end-to-end tests check PRs (including dependabot PRs) through Cloudflare preview deploys. At some point, for branch names longer than ~28 characters, Cloudflare adds an...
Still happens in 4.0.7: https://jsfiddle.net/u80wngpx/2/
Confirmed fixed in 4.0.12 https://jsfiddle.net/yhcLguxj/1/ 👍
FWIW, I saw this error when I compiled my app for es2016 and added a plugin this way: ```js FroalaEditor.PLUGINS.foo = () => {}; ``` I fixed it with rewriting...
This is still an issue with 4.0.10: Un-listing a list with a `class` attribute on a `li` doesn't work. Simply creating a list from a `p` with a `class` leads...
Duplicate of #4181