Results 79 comments of Matt Edelman

Well you've got the name nailed for sure! :100:

If gust was either deployed or built such that we (PayPal) could deploy it internally, it would definitely get heavy usage. If I have time to follow-up I'll look around...

Hi @claviska I apologize about the lag. I agree that unit tests would be in order here. Do you want to take a crack at that?

Apologies for leaving this without comment for so long. You are right, that's the behavior. It seems like a pretty good convention. Other options: - if a module is not...

Doing something similar as well. Essentially: 1. setup this middleware 2. run selenium automation 3. gather coverage metrics from the endpoint you defined in step 1 How you gather may...

The `npm run prod` script was failing with the error: Uncaught Error: [HMR] Hot Module Replacement is disabled. From some searching I found that the flags `--hot --inline` could resolve...

Hi @yasir-rafiq. Apologies that nobody answered this yet. We are setting up a triage process very soon to address new issues on this repository going forward. In the meantime, if...

Hi @yasir-rafiq. Apologies that nobody answered this yet. We are setting up a triage process very soon to address new issues on this repository going forward. The generator software has...

From experimentation I've seen that adding an `unhandledRejection` listener which emits `SIGTERM` will allow the server to drain traffic and shutdown gracefully.

the `file` handler uses `fs.readFile`. I'd expect it wouldn't work for what you're attempting since I assume "react" and "react-dom" are actually directories.