Martin Giger

Results 73 comments of Martin Giger

What rule isn't getting fixed automatically? `array-func/no-unnecessary-this-arg` can't be auto fixed in all cases, for example.

Okay, then my assumption would be that a fixer from this plugin is failing. Could you provide what rules are hitting issues on your code? If you want to really...

> Maybe also doing > > ```js > arr > .filter(x=>p(x))[0] > ``` > > would be something valid to be caught by this This case is already available with...

The toolbar button should be switching to a light version for themes that declare themselves as dark (https://github.com/freaktechnik/advanced-github-notifier/blob/main/images/github-light.svg).

If you won't mind I'll reply here to the questions in https://github.com/mozilla-iot/gateway/issues/1191#issuecomment-440251554 > Do you perhaps have a picture of what this multi-property output looks like? ![image](https://user-images.githubusercontent.com/640949/48773844-da025380-ecc8-11e8-99d4-0af7f20667d4.png) or https://github.com/mozilla-iot/gateway/issues/1129#issuecomment-400044433 for...

Ah, that is not possible. It could in theory be possible with a matching capability, but that's not something the UI currently tries to do. The value shown in the...

It seems travis now defaults to `npm ci`, which means this is much more often a problem. Traivs CI run: https://travis-ci.org/freaktechnik/github-stub/builds/386634973 .travis.yml: https://github.com/freaktechnik/github-stub/blob/67273161087b04074aa829be1f134dd52088f2ee/.travis.yml

`install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;` is a one-liner to make the same choice as the script by @BerkeleyTrue directly in the .travis.yml.

https://blog.greenkeeper.io/announcing-native-lockfile-support-85381a37a0d0 or https://blog.greenkeeper.io/private-dependency-support-for-native-lockfiles-8083348060e3 is the more official fix.

The German sentence data set might already include some German (Switzerland) (de-CH) orthography, since "Swiss specific" Wikipedia articles on the German Wikipedia often have fights about being written in Swiss...