Josh Dague
Josh Dague
I will look in to this, but probably won't have time within the next couple of weeks. In the meantime, any additional information/test cases/debug dumps would be useful. What version...
Thanks, this is much clearer. :) `remoteAddress` was so named because that's [node's name for the property](http://nodejs.org/api/net.html#net_socket_remoteaddress) containing the client IP address. The original goal of this module was to...
Oh, also got the same resolution error for `msw`, which I also had to `npm install` manually.
Indeed it does! Looks like we misread the property name in the readme, and accidentally set `flushInterval` instead of `flushAt`. (I double-checked our codebase; it's definitely setting the former.). Oops,...
I've been unable to get `next dev` to properly start up with debugging enabled. If I use the launch config [suggested in the docs](https://nextjs.org/docs/pages/building-your-application/configuring/debugging), node simply isn't launched with debugging...