Nicolas Fernandez
Nicolas Fernandez
I think that the connectToStores HoC pattern is a huge plus for Flummox, and that the actual docs don't showcase how awesome it is (Easy, intuitive Relay-like data fetching from...
``` $ autorandr --version autorandr 1.8.1 ``` ``` $ autorandr --debug -l horizontal Loading profile 'horizontal' | Differences between the two profiles: | [Output HDMI1] Option --pos (= `0x0') is...
Adds a forbidPatterns option that takes an array of regexp strings so it's possible to forbid the use of things like `data-*` props
the current implementation [looks for parent nodes](https://github.com/tlvince/eslint-plugin-jasmine/blob/master/lib/rules/no-unsafe-spy.js#L10-L18), but an approach that [takes advantage of the AST traversal](https://github.com/tlvince/eslint-plugin-jasmine/blob/master/lib/rules/no-global-setup.js#L12-L23) could be more performant we need to benchmark the performance of both approaches...
I think this is because of the switch to exec. this used to work: `parallelshell \"NODE_ENV=development nodemon index.js\" \"node webpack-server.js\" \"npm run watch\"` now it throws ``` parallelshell "export NODE_ENV=development...
Hey, I'm really interested in printing and trying out the concertina config you're building, but it seems to be worked on currently. what would you say would be a good...