Aria Stewart

Results 147 comments of Aria Stewart

Absolutely! I'm happy to test, too!

As far as paving cow-paths goes, that package would be a lot more elegant if it could express its platform-dependent dependency in npm. How we handle platform-specific binaries in general...

As a hack, I created the `iojs-bin` and `node-bin` packages; because we don't have architecture-specific dependencies, I added a preinstall script that runs another `npm install` to install the actual...

Ooh, this is good for us at PayPal to see tested on the other side of the pond.

Agreed. A set-only interface would be interesting.

Another possibility is exposing the ability to add shortstop protocols from a config entry itself (yay reflexivity!).

Filtering in a single event >> event naming problems

Change in config at runtime though is a whole can of worms!

Not all configurations make sense to change after the fact; some things may have to drop connections and reopen them to react to a configuration change; some may only initiate...

Nice catch. requirejs was used in older versions, but perhaps incompletely removed. Tidying up patches are welcome!