James M Snell

Results 522 comments of James M Snell
trafficstars

There are relevant test failures to investigate.

> ... how do I know which Node core modules are safe to use and which would require the lazySpawn() treatment? I'd imagine that folks would write the test specifically...

Landed in fc02b88f89f8...9cbef482df41

Putting the data format aside, we should talk about resolution of these files. Where would they live relative to the application? Current working directory only? In the `node_modules` path? I...

For `path.mimeType(...)` a couple of questions... 1. Would you expect the actual path to be resolved and for the mime type to be sniffed from the contents or based entirely...

> Not that I mind, but I'm curious what the motivation is for this? I'm assuming something related to Workers. Key motivation is make the tests more structured and easier...

> ... Using BDD specific syntax does not help. As someone who has been working to port many of these tests to another runtime adding this kind of structure does...