Daniel Ruf

Results 910 comments of Daniel Ruf

Generally the useragent will and is already less relevant. Feature detection is the right solution and there is also a new feature called Client Hints. Chrome and other browsers will...

> Right now Klaro's default styling and naming of the buttons is not in compliance with the TTDSG. The buttons need to be named "accept all" and "decline" and have...

`sudo` should never be used. Apple has increased the security so to specific paths can not be written by default. It should work with nvm, nodenv and so on. There...

Bump. I can patch protractor using [patch-package](https://www.npmjs.com/package/patch-package) but would be great to see this in the next releases. Also the docs are not correct as they say that `deepCss` supports...

Here is a patch generated with patch-package for protractor 5.4.3 (protractor+5.4.3.patch): ```patch diff --git a/node_modules/protractor/built/clientsidescripts.js b/node_modules/protractor/built/clientsidescripts.js index 73c157d..0f082fd 100644 --- a/node_modules/protractor/built/clientsidescripts.js +++ b/node_modules/protractor/built/clientsidescripts.js @@ -706,6 +706,60 @@ functions.findByCssContainingText = function(cssSelector,...

If anyone needs this now, see https://github.com/angular/protractor/pull/4786#issuecomment-607204672 and https://github.com/angular/protractor/pull/4786#issuecomment-607224145 You can also use https://github.com/angular/protractor/pull/4786.patch or https://github.com/angular/protractor/pull/4786.diff

Hi @frankandrobot > const data = JSON.parse(fs.readFileSync("./my.json")); This reads only once in NodeJS.

The file watching should work when you use the `relaxed` binary. When you use it as Node module you have to adjust your code. https://github.com/RelaxedJS/ReLaXed/tree/master/test/samples/pug/data_require https://github.com/RelaxedJS/ReLaXed/blob/master/README.md#getting-started

Do you have some firewall or security solution running which blocks the browser from starting?

> However, I only have Chromium (and not Google Chrome) installed. A few weeks ago, I've been able to get ReLaXed working on a different machine with the same OS...