isaacs
isaacs
The better to share on FB and Twitter and whatnot. Eg from https://www.businesswire.com/news/home/20190108005325/en/npm-Appoints-Bryan-Bogensberger-Chief-Executive-Officer ``` ```
### What is the problem? invalid glob is `*.{js}`. Braced groups are only valid if they have more than one member. ### Paste all your error logs here: ``` PASTE_HERE...
Probably more reliable and easier to parse with `awk -F $'\t'`
### Description I am using lint-staged to test and lint everything. It's great! I'd like to cut down my deploy times and increase reliability/determinism by including the built artifacts in...
### Current Behavior: ``` $ npm find-dupes added 24 packages, removed 1 package, and changed 1 package in 10s 59 packages are looking for funding run `npm fund` for details...
Check this out, it's super weird! ```js 'use strict'; const util = require('util'); const fn = () => {}; const deprecated1 = util.deprecate(fn, 'msg1'); const deprecated2 = util.deprecate(fn, 'msg2'); process.once('warning',...
1. There should be a package.json file so that it can be published and installed via npm. 2. The dependencies should be loaded as dependencies in the node_modules folder in...
## References
This adds the ability to create ignore hints that are only effective on specific platforms, so that we can ignore some test branches that are only relevant to specific platforms...
This is an interesting project. One thing sticks out to me in some of your documentation and the https://liberapay.com/Open-Registry-Community page, where you say that this registry is/will be "community owned"....