Sxderp

Results 87 comments of Sxderp
trafficstars

I've been looking into this, and this is what I've found. Firstly, loading `sinon-chrome` as a [framework](hhttps://gist.github.com/arantius/33d318f57ced2f1b7ef5c49740b00e01#file-karma-conf-js-L6) requires the `karma-sinon-chrome` package. However, this package [requires an older version](https://github.com/9joneg/karma-sinon-chrome/blob/27c5491e04ac41e1aab63a28b355f93883ce70a0/package.json#L7) of `sinon-chrome`...

> Does the above ... imply that I must have set up code to alias `chrome` to `browser` to make this work? Just to be completely clear I want to...

Alternatively, although much more work you could modify the code your testing (in this case Greasemonkey) to use a module.exports structure with either [requireJS](http://requirejs.org/) or natively (I don't think FF...

Sorry about that. ``` $ gnome-shell --version GNOME Shell 3.32.2 ``` I installed via the gnome-software. I've also encountered something a bit weird. The metadata.json says 'version: "22"', but the...

Unfortunately v17 doesn't work either. I'm able to successfully open the settings dialog (progress!) but attempting to enable the Daemon I get: ``` (gnome-shell-extension-prefs:175725): Gjs-WARNING **: 11:49:57.241: JS ERROR: TypeError:...

RHEL8 full support continues through 2024, so would be nice to work with that OS. I don't have any problems testing.

The settings dialog no longer immediately crashes, but it doesn't do anything when I set "Status" to "On". I set the interval to 15 seconds and have not encountered a...

Progress! The extension doesn't load, but I can get the daemon to run and change my background after a small patch. Gnome Tweaks reports "Error loading extension". "Looking Glass" displays...

YAML or JSON. Since YAML is supposed to be a superset of JSON any decent YAML parser should handle it.