Robert Kieffer
Robert Kieffer
Can we please get rid of this package? @jesusabdullah: I would point out that each of your replies to @beastridge issues involve some modicum of work on his part, as...
> @broofa this is a non trivial and deeper problem that npm is a free for all and as it grows more weird and confusing shit is going to be...
> hoarders is important for stress testing npm, etc. Can you elaborate? Given that hoarders has at least 200X more dependencies than would reasonably appear in even a "LARGE" real-world...
Can you provide a recipe for reproducing this problem? Not really sure what issue you're referring to here.
'Sounds like this is an issue with the `@types/mime` module, then. Cc: @sandersn @david-fong @peterblazejewicz (the last 3 people who [touched](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/master/types/mime) `@types/mime`) Can one of you comment on what the...
Interesting. The root issue here is that the default `Mime` instance exposed by this module is shared across all callers, and [complains](https://github.com/broofa/mime/blob/master/Mime.js#L55-L62) when an attempt is made to redefine a...
[My apologies for the late reply. This module is pretty stable these days, so I tend not to pay too much attention to it.] Edited title to reflect the fact...
Working on it (slowly, obviously).
You'll get this error if you try to use the sound instance before it's finished initializing (in the case of files loaded from URLs, before the HTTP request to fetch...
Switching to `nodemon` is probably a good idea, given the lack of activity in this project. Re: CPU load, try adding `--ignore node_modules` to make sure supervisor isn't burning a...