Results 59 comments of Felix Gnass

Hm, what about multiple windows when using the app with multiple accounts?

It's undocumented, but you can already do the following: ``` js const nodeDev = require('node-dev'); nodeDev(script, scriptArgs, nodeArgs, opts); ``` Would this work for you?

``` js nodeDev( '/some/script.js', // the script to run ['--foo', '-bar'], // command line arguments to pass to the script ['--debug'], // arguments to pass to the node binary {...

I think it would be a good idea to change the spin.js code in such a way that the returned element has the exact size of the visual bounding box...

Thanks for offering your help! I've added you as collaborator. What's your npm username?

I've added you as maintainer on npm. The Saucelabs tests should run automatically as long as Travis CI still works (I'm not up-to-date regarding their shutdown plans).

Feel free to update the code style to something more modern (it's six years old by now)! Maybe just "eslint:recommended" + prettier in its default config?

If I read [this](https://wiki.saucelabs.com/pages/viewpage.action?pageId=66292142) correctly, in Sauce Connect >= 4.6 the proxy feature is disabled by default and the recommended way is now to connect to `https://${user}:${key}@ondemand.saucelabs.com/wd/hub` rather than `localhost:4445`.

@RobinTail I just ran into exactly the same issue with `pkgroll`. Did you find a workaround for this issue?

I opened a [PR](https://github.com/decaporg/decap-cms/pull/7394) that fixes 3 of the 4 issues. For the CSS imports, we could probably use some babel magic. Simply removing them is not an option, since...