ptmkenny
ptmkenny
Ok, I think the issue is this. The way to force Chrome to enable dark mode is to use `--enable-features=WebContentsForceDark`. So, for example, I can launch Chrome and see my...
Chome seems to have a ~~flag~~ **feature** [(flags and features are not the same)](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/configuration.md#Features) for forcing dark mode [as described here](https://stackoverflow.com/a/78308721/1209486): `--enable-features=WebContentsForceDark` Is there a way to make use of...
@encodia No, I ended up running lighthouse locally in Chrome and then made a heroku server for doing it in CI as described in the lighthouse docs.
Not stale.
This is also important for Drupal, as Drupal 10 will be on CKEditor 5 and Drupal's XSS filter strips out the `style` attribute automatically.
@Spomky I just want to say thank you for the quick documentation updates! They helped me and now I have my Drupal module working fine with 4.8 thanks to you....
Formidable is required in this module because trapeze needs it, which depends on mergexml. So this is a mergexml issue, [open issue here](https://github.com/hareko/js-merge-xml/issues/35). Incidentally it seems mergexml only uses formidable...
@HarelM Yes, capacitor supports cordova plugins. However, this is a feature request to release a native capacitor plugin instead of using the cordova compatibility layer.
The benefit is that it will bring more users to the plugin. Capacitor passed Cordova in npm downloads in 2021 and cordova is clearly in decline, while usage of Capacitor...
This is a feature request to add a capacitor version of the plugin. I didn't say anything about getting rid of the cordova version. Because there is no capacitor version,...