Eric Clemmons
Eric Clemmons
I'm...gonna have to put a pin in this or open a neighboring issue in my fork. Currently deadlocked getting tests going: ``` npm test > [email protected] test /Users/Eric/Projects/ericclemmons/expect >...
If there were a way to run the tests purely in Node (and let CI do the integration tests), I could pick this back up. Me thinks that it doesn't...
Can you take over this then?
Yes!
@paulpflug What do you think? Good to merge this down?
Any idea what your `ulimit` is set too? The default on OSX is 256, and I increased mine to ~2k: > http://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux/34645#34645
Hmmm, just went through replicating & it looks like I may have some broken logic elsewhere. Sorry!
Ok, so maybe the real question is **how can I perform an action when HMR fails**? `module.hot.accept` only fires when a module can be successfully replaced, but if there's an...
Here's a sandbox showing the error I want to trap in `handler.js`: https://codesandbox.io/s/k2nvx9n3x5
Can you share more code on how to reproduce or see this behavior? For starters, it sounds like `Auth. currentAuthenticatedUser()` is correct on both client & server, but `API.graphql` is...