Jayson Harshbarger
Jayson Harshbarger
Hi @lannonbr , if you can start with # 3 (the eslint-node-plugin). We should get a 👍 from @stefanjudis before # 2.
@lannonbr Just the defaults for eslint-plugin-node , Be sure to add the engines object to the package. See here: https://github.com/stefanjudis/credits/pull/97/commits/38b1c7fb66bb3236b34abb579d51cd03c432e7ef
@stefanjudis Re # 2 , mostly personal preference, but for FWIW: 1) I find the current eslint rules awkward. For a project with multiple contributors may be better to select...
Doesn't bother me that much. At least you have semicolons. Edit: and I need spell-check.
> We upgraded to the new version since grepOmitFiltered actually works to bypass this issue: cypress-io/cypress-grep#84 @nicolajv I'm assuming that doesn't work for negative filters... since `grepOmitFiltered` doesn't support it?
This is a very old issue but was there ever any progress? Maybe using browserify? https://github.com/JamieMason/karma-benchmark uses a suite/benchmark approach very similar to matcha. Anyone thought of a karma-matcha plugin?
Here is one way to run matcha in the browser using browserify and testling: https://github.com/Hypercubed/EventsSpeedTests/blob/master/browser-run-all.sh https://github.com/Hypercubed/EventsSpeedTests/blob/master/matcha-run.js
browser-run also works but you need to be careful of this issue: https://github.com/logicalparadox/electron/issues/10#issuecomment-220293327
I know this is very old.. but... I belive the issue is `gameControl.set('axeThreshold', XXX);` only acceps a number where as `gamepad.axeThreshold` needs to be an array for each axis. `gamepad.axeThreshold...
The original source data has a lot more details (http://stat-computing.org/dataexpo/2009/the-data.html) and is 12 GB uncompressed. I'd like to use the vegaExample data because the date is well formatted, unlike the...