Robert Kieffer
Robert Kieffer
> UUIDs are like a black hole around which the stars of a spiral galaxy revolve I was going more for "a universe of IDs" concept but "black hole" works...
Keys and locks have strong associations with security and crypto. UUIDs, [not so much](https://datatracker.ietf.org/doc/html/rfc4122#section-6).
fwiw, you can pass the `--no-prettier` option to the CLI to disable prettier.
> Remember to release the dependency update here as semver-major as this will break compatibility unless consumers carefully update their code @Krinkle `mime-db` content updates go out as minor-version releases....
Should the `io.js` platforms be removed as well?
Yeah, that's kind of where my head went to. `mime-types@next` would have to be `[email protected]` aware (declare something like `"mime-db": ">=1.0.0
Yup, 1019 's title should be updated to be more search friendly, and this issue closed.
> And now someone already squatted in the `@react-use` scope in npmjs.com 🤷 @ranisalt How can you tell? (just curious how one can determine if a namespace has been taken...
FWIW, I landed here while googling for a hook to detect element resize events (i.e. `useMeasure`), and this was my knee-jerk reaction. Really interesting lib but I only need 1%...
@nalyd88 [util.promisify](https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_util_promisify_original) is a thing since node v8. const util = require('util'); const tcpping = util.promisify(tcpp.ping)` @apaszke: The ease with which callers can do the above aside, Node has had...