Piotrek Koszuliński

Results 90 issues of Piotrek Koszuliński

And changed the order of paragraphs because that bit in the original "Usage" was actually a good introduction.

## 📝 Provide detailed reproduction steps (if any) 1. Open https://ckeditor.com/docs/ckeditor5/36.0.1/features/tables/tables-resize.html#demo 2. Click on the first column handle (and release the mouse button without dragging). ### ✔️ Expected result Nothing...

type:bug
package:table
domain:ui/ux
status:stale

Let's try to compile here all the issues that we stumbled upon. If you have a problem, open a new issue and link it here in a comment (to keep...

type:docs

## 📝 Provide a description of the improvement How can one know that this is a legacy guide? You may scroll the page quickly and miss the warning box. You...

type:improvement

The warning at the top of this guide is hard to spot: ![](https://github.com/ckeditor/ckeditor5/assets/156149/dc603006-738a-423c-835d-aad60425a7e8) I mean the yellow one in the content of the guide. The huge problem here is that...

type:docs

## Provide a description of the task _Upon setting up our dev env I got this:_ ``` [3/5] 🚚 Fetching packages... error [email protected]: The engine "node" is incompatible with this...

type:task

## 📝 Provide a description of the improvement Considering this initial content, how do I insert directly in the root, between the list and the table? How do I escape...

type:improvement
package:list

## 📝 Provide a description of requested docs changes ### Problems The following 3 guides: * [https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/react/react.html](https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/react/react.html) * [https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/angular.html](https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/angular.html) * [https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/vuejs-v3.html](https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/vuejs-v3.html) None of them explains how to handle data. At...

type:docs
domain:dx
squad:core
domain:integration-dx
domain:docs-experience

Extracted from #16775. GHS supports empty elements via [https://ckeditor.com/docs/ckeditor5/42.0.1/api/module_html-support_generalhtmlsupportconfig-GeneralHtmlSupportConfig.html#member-allowEmpty.](https://ckeditor.com/docs/ckeditor5/42.0.1/api/module_html-support_generalhtmlsupportconfig-GeneralHtmlSupportConfig.html#member-allowEmpty.) However, it's not being documented in [https://ckeditor.com/docs/ckeditor5/latest/features/html/general-html-support.html](https://ckeditor.com/docs/ckeditor5/latest/features/html/general-html-support.html) and the config option's documentation is very rudimentary. We should document in the GHS...

type:docs

* Added a new demo, that we'll also add to ckeditor.com. Note: It was created by copy&pasting the Classic demo, that's why it contains some boilerplate files that I didn't...