Jimb Esser
Jimb Esser
Ah, figured out why it was mysteriously working in my other project: When doing babel -> browserify ->gulp-uglify, the browserify step is "renaming" the file, so in that case, the...
If mtrace is actually recording, that wouldn't surprise me - it's logging every heap operation, of which there can be many thousands per second, so the whole process will be...
Though it doesn't work with --write-ip and some other features, the recently merged --proxy-proxy looks like it provides the functionality that I wrote this modification to provide (passing the proxy...
@ijisol Feel free! Since it's in my fork, which is public with the same license, seems you'd be safe to do so =). If you cherry-pick the commit, it'd even...
We've had these crashes (and some related but less common ones) showing up in our apps for literally years as well =). I _finally_ got around to updating to the...
If you're using `http-proxy` on a version of Node that deprecates `util._extend()`, then you've got a huge memory leak (aborted requests not being cleaned up anymore), you may want to...
Sorry, I had a typo in my message, I meant "deprecates `util._extend()`" of course, as that's what this issue is about (`Object.assign` is the solution, not the problem). It is...
I'm also struggling greatly without a functioning reload. I'm currently tasked with getting Worlds FRVR into Discord activities, and we reload under a number of circumstances. In development, the obvious...
Updated (and force-pushed) to remove trailing command that was causing a style check failure.
Looking more closely, it appears the package as distributed via NPM has an entire copy of the submodules included inside it, so _probably_ then `yarn submodule &&` statement should just...