Piotrek Koszuliński

Results 86 comments of Piotrek Koszuliński

Probably a solution here: https://stackoverflow.com/questions/42631645/webpack-import-typescript-module-both-normally-and-as-raw-string

cc @ckeditor/qa-team – could you verify this idea?

I suppose the delay with which `selectionchange` is being fired is related heavily to performance of the entire browser. So it was enough to do getData() on a short content...

BTW, we realized that this scenario to make `getData()` in 200ms makes no sense. It only makes sense to call `getData()` when something's changed in the model data and this...

We don't support "remove the line" and due to technical limitations, we may not be able to quickly implement it. Implementing "remove the word" was possible based on some heuristic...

If it was something we could calculate easily, we would certainly implement this. It still wasn't solved because it's a browser thing to calculate such positions and we had to...

> * Where do we implement this? Both features are in different packages (ckeditor5-table and ckeditor5-image) No idea :D ckeditor5-widget? > * Should we make is extendable? (what else could...