rgpublic
rgpublic
I wonder why under postcss/postcss#1349 @romainmenke writes: > Took me a while to analyse this issue because initially I interpreted this as "PostCSS has a bug with escaped symbols". But...
Here's my comment to keep this alive. I still think it's relevant and desirable to have classes instead of just a style. First, if you have a restrictive CSP it...
Came here from #15567. Okay, just to understand it better: * This problem happens only in conjunction with Drupal * The file responsible in Drupal is "assets/vendor/ckeditor5/html-support/html-support.js" (right?) * Within...
What's a bit sad is that Yakuake, a KDE app, has that effect out-of-the-box even when run under Gnome. I think it's an integral part of why I'm using such...
I'm using this simple bash script: ``` #!/bin/bash git clone https://github.com/zhrexl/DrawOnYourScreen2 ~/.local/share/gnome-shell/extensions/[email protected] ``` Just save it somewhere as "draw_on_your_screen.sh", give it execute permissions "chmod +x draw_on_your_screen.sh" and run it (you...
Wow. So cool. Took me ages to find this issue. I always logged out and logged back in to get rid of old rooms, but that caused the usual dreaded...
I second this. I'm also quite confused by the report. Please also note that it's just not viable for everyone to use a CDN which creates any resolution on the...
Great, but wouldn't it make more sense to create a pull request?
@AlexUkr73 : Ah, sure, understood. Thanks for sharing it anyway - certainly useful.
Yes +1. Thanks a lot for the code BTW - super, super helpful. *This* is what I would have expected here: https://ckeditor.com/docs/ckeditor5/latest/framework/tutorials/implementing-an-inline-widget.html It's confusing when you are coming from a...