Marek Lewandowski

Results 98 issues of Marek Lewandowski

## 📝 Provide a description of the new feature It should be possible to resize embedded content. It would make sense to utilize widget resizer that is used in [image...

type:feature
package:media-embed

## 📝 Provide detailed reproduction steps (if any) 1. Open an editor with image resize and comments only plugin enabled. 2. Find an image and hover it. https://user-images.githubusercontent.com/5353898/172392359-900bb64e-6f1b-41e3-a32a-d40d1dd197e5.mp4 ### ✔️...

type:bug
intro
package:image
domain:ui/ux
support:2
squad:cf
status:in-progress

## 📝 Provide a description of the improvement Our goal is to improve overall editor and features' accessibility. The ultimate goal is to tick all the boxes when it comes...

type:improvement
domain:accessibility
Epic
squad:green
status:in-progress

## 📝 Provide a description of the improvement We have certain rules that disable some styles from being applied. [Let's take our docs as an example](https://ckeditor.com/docs/ckeditor5/36.0.1/features/style.html). ![](https://user-images.githubusercontent.com/5353898/220694646-0573d8ff-aaec-454d-a790-7d54ab836060.png) With selection in...

type:improvement
domain:ui/ux
package:style
status:stale

## 📝 Provide detailed reproduction steps (if any) Currently list plugin's converters (during downcasting) will consider lists the same as long as they have: same tag name and classes. See:...

type:bug
package:list
support:2
domain:dx
squad:core
domain:v4-compatibility

## What's the issue? Currently **node-pygmentize-bundled** adds OS-specific line endings to output, even if input source code has diffrent line endings. I've faced this issue while working with grunt plugin...

It's not a rare case that I allow Spotify to play some random songs. I do that because some of them turns out to be good 🙂 I'd like to...

The problem was caused by [returning undefined instead of range](https://github.com/wmaurer/vscode-change-case/blob/7e1f0e1/src/change-case-commands.ts#L167) instance when VSCode couldn't pick any word at given position. Change in [text returned in getSelectedText](https://github.com/mlewand/vscode-change-case/blob/0e56d649079afc528ba1c591fd96721b703e84bf/src/change-case-commands.ts#L150) when there is no...

If you execute command like `extension.changeCase.upper` with a collapsed selection, the extension will throw an exception that gets reported as an error: ` Running the contributed command:'extension.changeCase.upper' failed`. Repro steps:...

## Provide detailed reproduction steps (if any) 1. Open [Abbreviation Plugin sample](https://sdk.ckeditor.com/samples/abbr.html). 2. Scroll down to "Get Sample Source Code" section. 3. Click it. 4. Inspect the URL of abbr...

bug