Piotrek Koszuliński
Piotrek Koszuliński
## 📝 Provide detailed reproduction steps (if any) On the feature branch from https://github.com/ckeditor/ckeditor5/issues/11438: 1. Put selection on a table/image/widget and press left arrow key 2. Type "k" using a...
## `readonly` While working on #11708 we came across an difference in how we used JSDoc's `@readonly` and the semantics of TS's `readonly` keyword. In TS's world, a readonly property...
Potentially a part of #12425. When in composition on Android (i.e. using e.g. GBoard, even in English mode), pressing Backspace triggers `beforeInput` with `insertCompositionText` with a non-empty target range that...
Hi, I want to create a guide which describes how the `{@link}` tag should be used in doc strings, so I have code samples which look like this: ``` /**...
Hi, I'm afraid that it's related to Markdown library used by JSDuck and cannot be fixed by you, but I'm reporting this anyway. We've got a nested list structure like...
When I ran `rake gem` I had the following error: ``` ReferenceError: Can't find variable: Ext phantomjs://webpage.evaluate():6 phantomjs://webpage.evaluate():1 /usr/local/SenchaSDKTools-2.0.0-beta3/compat/scripts/phantomjs-jsb.js:230 ``` This is caused by incorrect URI: https://github.com/senchalabs/jsduck/blob/master/Rakefile#L107 There's a hardcoded...
## 📝 Provide a description of the improvement If you set table borders to none this is what you'll likely see:  The table still has a border. Why does...
See https://github.com/ckeditor/ckeditor-dev/pull/112.
The roadmap is divided into 3 parts: * Done – topics which we already finished and done and consider ready to ship (may need bug-fixing and minor polishing), * In...
It's over 3 years since we created this repository. Our goal was to centralize discussions about CKEditor 5 major architectural decisions and meta-aspects like various naming and code style conventions....