Jiří Barouš

Results 35 comments of Jiří Barouš
trafficstars

By the way if you ever get to this it'd be nice to also bake-in a way to customize the DKIM selectors and ideally also allow removing DKIM altogether (I'm...

So for me this was a huge pain, especially in a nested Sortable. Thanks @gstark for pointing me in the right direction! I ended up with a way more convoluted...

Any chance of moving this forward? It seems extremely counter-intuitive that some FormEvents are called on child forms and others aren't.

> Any event allowing to modify the data is actually incompatible with inherit_data by design. So I'm not sure we should pursue this. Why do you consider them incompatible? If...

In case you use ckeditor from the "built" [NPM package](https://www.npmjs.com/package/ckeditor4) you can also just patch out the check with [patch-package](https://www.npmjs.com/package/patch-package) if necessary. ```patch diff --git a/node_modules/ckeditor4/ckeditor.js b/node_modules/ckeditor4/ckeditor.js index 8415e56..5afdc63 100644...

I believe I tried that but with no success; I ended up not needing it though (through the use of lookaheads and lookbehinds). Would be still neat if it could...

It's completely about how the list is used. I am greatly opposed to people deciding to blanket block swathes of domains on some public, free-for-all service, but even in terms...

Anyway either point is moot as the maintainers (@tompec @danhstevens) have been completely ignoring this discussion.

> Could you add some test? I'm not really sure how or what to test - it appeared to me that events aren't tested at all, so there's no good...