Nicholas Loomans

Results 6 comments of Nicholas Loomans

Ok, so `gulp dist` was failing on importing Google Font and halting the script. I have fixed it by adding the option `{ processImportFrom: ['!fonts.googleapis.com'] }` to `g.minifyCss`. In order...

I have the same issue, and when I run `exilence-next` from the cli I get this error on startup: ``` Error: Error: Cannot find latest-linux.yml in the latest release artifacts...

I too would like to rebind `REL_WHEEL_HI_RES` mouse wheel movement

I get the clipping in Firefox on Linux too.

It seems to be fixed for me, but I have changed graphics drivers, so that could be the issue. I was on fglrx, now on nvidia.

I have fixed this in my own config by wrapping my command in a bash call: `node /app/node_modules/puppeteer/install.js` -> `bash -c "node /app/node_modules/puppeteer/install.js"`