Eric Newport

Results 22 comments of Eric Newport

I noticed the wrong missile count issue happening occasionally as well, but it does eventually reset to the correct number, which led me to believe it was a display glitch...

You can open ROMs in snes9x on Sierra by dragging them into the Dock icon, or by associating ROM files with Snes9x.app. That might allow you to bypass needing to...

Yeah, that makes sense. I suppose it would require tweaking how the connection UI works to enable a "one to many" approach on a private server as opposed to explicitly...

This one might be a bit tricky but I'll look into it.

This module isn't intended to be exclusive to ads in npm. From the description: "there is no guarantee that there won't be future bad actors in the CLI space, so...

What if I want to run the postinstall scripts for the other modules that were installed? Can it blacklist a single postinstall script but run the others?

Assuming I'm reading all this correctly, it looks like there are some pros and cons. Pros: - Cleaner code and probably scales more easily and easier to maintain (simple blacklist...

Ah yeah, that's a good point. If you can modify the postinstall script using this method but still allow it to run, then the only distinction of relevance is whether...

My monitoring process approach could catch it. Would need to alter watcher.js to scan for parcel being installed, then once it is alter the contents of its package.json at that...