Piotr
                                            Piotr
                                        
                                    ``` ⟩ npx envinfo@latest --preset create-react-app npx: installed 1 in 1.1s System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz Binaries: Node: 12.5.0 - ~/.nvm/versions/node/v12.5.0/bin/node...
I would like to have a rule enforcing the hooks order. IMO the default order should be: - before - beforeEach - afterEach - after because it's the execution order....
OS: Mac OS 10.12.6 Node.js: 10.15.0 npm: 6.4.1 yarn: 1.13.0 eslint-plugin-spellcheck: 0.0.11 I have `Citroën` in the code and I get: ``` 7:3 error You have a misspelled word: Citro...
``` /app # /usr/local/bin/dumb-init -- /app/watch.sh [dumb-init] /app/watch.sh: No such file or directory /app # /usr/local/bin/dumb-init /app/watch.sh [dumb-init] /app/watch.sh: No such file or directory /app # /app # cat /app/watch.sh...
The [release notes on GitHub](https://github.com/sinonjs/sinon/releases) are currently empty. It would be beneficial if these contained the breaking changes for each major release. Currently these are only showing in the github...
I would like something like that ``` x = get foo ```
## Observed Behavior - I have 100% Lines coverage. - I have 100% Stmts coverage. - I have 100% Branch coverage. - I have 98.66% Funcs coverage. ## Expected Behavior...
It would be great to find the top developers for a provided city name and range e.g. 200 km from London. You could use https://github.com/zeke/all-the-cities
OS: Linux Mint 17 Qiana (kernel: 3.13.0-24-generic) Node version: 6.11.0 npm version: 5.2.0 When I run `npm i --save which`, I get: ``` npm WARN [email protected] No description npm WARN...
I want this: ```js split('lorem ipsum@dolor sit@amet', { separator: [' ', '@']}); // result: ['lorem', 'ipsum', 'dolor', 'sit', 'amet'] split('lorem ipsum@dolor sit@amet', { separator: state => [' ', '@'].includes(state.value()) });...