Alexander Ebert

Results 81 comments of Alexander Ebert

@hiteshchawla111 Please see my message before yours, you will need to query `event.clipboardData.getData("text/uri-list")` to retrieve those.

Do not use an async event handler for `paste`! The paste event is synchronous and does not permit access to the clipboard once the event has been completed. Using `async`...

Looking into this issue, I believe that all buildings blocks are already there. The paste handling skips any paste event [that contains HTML](https://github.com/ckeditor/ckeditor5/blob/d4f906ba60e630ddb5409b73859257f082e6a3bc/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts#L155-L159). In a [second step](https://github.com/ckeditor/ckeditor5/blob/d4f906ba60e630ddb5409b73859257f082e6a3bc/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts#L198-L227), the pasted HTML...

Thinking about it a while, there is possibly little value in providing a concrete implementation, at least in terms of a rigid implementation like the proposed DBO classes. I’m also...

I agree with what you wrote and one could argue that this is more of a documentation issue. Maybe you could alter the error message when trying to filter by...

@wlallemand Yes, but the CLI reports it differently, with only `` being declared as optional through the bracket notation. ``` $> echo "help show" | socat stdio /var/run/haproxy/admin.sock The following...

Thank you for the clarification of the intention behind the extent of the `help` command. > We could at least change the description to `show table [ []*]` That sounds...

[`nikic/FastRoute`](https://github.com/nikic/FastRoute) does not support PHP 8.5 at this point.

WoltLab Suite 6.2 will _not_ ship with support for PHP 8.5 for multiple reasons: - Support for PHP 8.1-8.5 is not well supported among third party libraries. - [Deprecate using...

This issue appears to have slipped through the cracks but after some discussion with @TimWolla we came up with an idea that could work as a stop-gap solution without introducing...