Markus Pint
Markus Pint
Grunt-protractor-runner version 1.2.1, Windows 7 This is the Grunt-Protractor-Runner part of my Gruntfile: ``` protractor: { options: { configFile: "node_modules/protractor/example/conf.js" }, task: { options: { args: { directConnect: true, seleniumAddress:...
`{"error":{"code":"missing_configuration_properties","message":"Neither ACCOUNT, nor REPOSITORY are defined"}}` Private git repo, added "TOKEN" environment variable in Vercel as instructed in README. Still seeing this error.
When trying to connect using Proxifier v3.2.9 I'm getting: Proxy server uses unsupported methods.
A basic option to track & inspect loading failures as described in https://github.com/addyosmani/basket.js/issues/152 - Added detection of timeout error. - Added 3 tests. - This will not work with thenRequire()...
There seems to be an option "once" you can add to the resource objects that are passed to basket.require(), but it is not documented anywhere. The idea seems to be...
I am using grunt-datauri successfully on a project with SVG-s, so I would like to add tests for SVG. Do you have SVG available for the fixture image?
` if (!VoxeetSDK.session.isOpen()) { await VoxeetSDK.session.open({ name: 'testname', externalId: 1 }); } ` Intermittently this code is producing an error: "SessionError: A session has already been opened" How can this...
This has started to happen sporadically. Only on Windows. Several user reports. I have confirmed: 1) User has allowed camera and microphone access for the site 2) User has allowed...