Darcy Clarke
Darcy Clarke
### Exit Criteria - [x] Identify areas to abstract into separate libraries (ex. `IOStreams`, `TablePrinter`) ### References - https://github.com/cli/cli/issues/4264 - https://github.com/cli/go-gh/issues/5
localstorage + new Date() jazziness.
[Rendered RFC](https://github.com/npm/rfcs/blob/1d909afaf3b406e1261bffe7dcd1a0fdbaabbefa/accepted/0000-command-specific-config.md)
[Rendered RFC](https://github.com/npm/rfcs/blob/3d5b2130504139bdc8a3b599923aa07d2ff79c96/accepted/0000-dependency-selector-syntax.md)* Updated ### Overview - introduces new "Dependency Selector Syntax" - introduces new `.querySelectorAll()` method to `Node`s returned from `Arborist` - introduces new top-level command `npm query`
- adds RFC for new `distributions` capabilities [See rendered RFC](https://github.com/npm/rfcs/blob/528fa298a3529dcae3f58cbf2f9a577ba16b479f/accepted/0000-package-distributions.md)
- [ ] Create issues for backlogged action items in previous calls - [ ] Create poll for alternative day/time schedule to accommodate timezones - [ ] Review existing **accepted**...
Currently `ipt` doesn't handle JSON input, but it would make sense that if I passed `[ ... ]` there would be no problem for `ipt` to handle that input. Also,...
We need more robust and fool-proof parsing. Currently, the implementation is pretty benign (lots of regex matching, normalizing strings, half-hazard `.replace()` calls and an overall very rudimentary version of a...