Martin Heidegger
Martin Heidegger
@joehand Is there a way to follow the progress of updating to v7?
Just found [this rough gist](https://gist.github.com/tonybruess/9405134) and also noticed that hashbase limits it to [`a-z0-9{3,16}`](https://github.com/beakerbrowser/hashbase/blob/97ebe7a8ace420fe2a36c537197c232770c32144/lib/apis/users.js#L26-L28) _(its [lowercase](https://github.com/beakerbrowser/hashbase/blob/97ebe7a8ace420fe2a36c537197c232770c32144/lib/apis/users.js#L35))_. Would it make sense to make similar restrictions as hashbase?
Yes, there is an ambiguity in the intent. Is it just disinterest or an active cancellation. Though I don't see how this distinction has an impact for the implementor. The...
Okay, this discussion quickly swung in a lot of directions. First off big 😍 for the lots of responses here. In an attempt that probably leaves me sweating tonight let's...
> Which is to say, they cannot be used to share data. Thank you for adding this! It is a neat solution and makes that approach feel significantly better! But...
This should be possible like this: [playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzhAdgYwKYBo4FEBuGKMuIwMMGUcAvnAGZQQhwBEGhxAzqwNwBQoSLDgAVAJ5gMAE1LlK1RszYxJMgLQYyFKn378A9AbjrTcAKoxgAGy79VUvJxhcAYtDgAeUXAwAPShRpLjE1WW0FTwBDFHEAPji4AF4xXwCiYNCpcPkqT2AUeionIhgAWSiwRIB+OABrDHEIehLiCrA4AC44FA4qezU4V2AoLhgAQSgAcy9XADk0wMyACgA6dYgwF26Y8QBtAF0ASmTE3cSUgAUoqCiQDAUuT3m4vYAGA4HHYdGSZ0mZp45DpqP4liEJNlgZFzjgCKVFhkQvDuO4oECIlQEsk8JjQekghCwtC8gUitQUeVKjUhiMxgCgc52ntKQdEt1eoQoAJDMZTOo8H5hJRpHAAEbiOAODRaXJQL4YOAAeXQipSGLliMJWRkJPRsNa8DBSMNbmgGpB2OWspB3T1OD6xDtzhOSUSlyYZC4GGedL+pQZ9sNCX0RhMZlwfjuYGsiukGDQ1huUSsqDg-DQqDGvjxOOWvQA7oa9csjicokSoXjPAh+HB63Bxt1lvQIBAOQBXEBiqiuxL4CDAaR1hsAIWbrfbcDGUAKUz7cAHQ-4NDiob5Eaj4FjcA7XCiUwwGaz8CgGBCKSiBai5Dgy1QmDgFeVqqO1rxOAA5ONP0deEA) ```typescript import { once, EventEmitter } from "events"; import TypedEmitter from "typed-emitter"; // --- Utils type EventsFor = T extends TypedEmitter ? keyof...
I researched a little: https://github.com/npm/npm-www/commit/98de54b2530e8571fc76a840101d7c897d6e6ba8#diff-3b18245eb47b3ad8aad6a8be142b9ceaR21 seems to point into a fix for this on windows. PR Welcome.
That means we have the same problem that npm had 3 years ago
New command line option `credits` is active when a the `package.json` contains a list of contributors
@forivall I wanted to implement this a while back but never found the time to go for it. I would welcome a PR that adds this feature. Thank you for...