talmobi
talmobi
As a side note, you can also switch tabs using CTRL+TAB and CTRL+SHIFT+TAB. On a mac it's a bit awkward to press these unless you make your CAPS_LOCK key into...
> This is something better solved with a middleware IMO. I actually made one for this express purpose: https://www.npmjs.com/package/middleware-proxy That's what I did at first but grew bored of always...
I added tests and switched to using opts.proxy so it works like the others like --live. The tests uses a node.js http server as a temporary backend api to test...
Ok so it appears travis passes on all node version except node version 0.8 - probably something to do with the http.createServer... I'll check [EDIT]: It looks like http-proxy isn't...
@FND opened an issue on wrollup linking to this issue and I did some investigations. https://github.com/talmobi/wrollup/issues/2 Basically everything works fine in rollup version 0.34.10 but in rollup version 0.36.1 there...
v 0.34.13 seems to be working fine, but then it jumps to v0.35.0 that has the RangeError: Callstack exceeded issues. One commit in between these releases strikes me as a...
Yeah, ok, so I think I might have guessed right. Using ``deepClone` produces the errors. If you look at the commit here: https://github.com/rollup/rollup/commit/83ccb9725374e0fde9d07043959c397b15d26c67#diff-5c98da346b849e07de8c1173579789b0L320 So reverting that line of code and...
So basically this PR https://github.com/talmobi/rollup/commit/3eceff612fe96ddb2b99be5d6e8e12cc9bc1b9e9 should at least be a temporary fix. Any insights?
@iansinnott works perfectly! Thanks!
Hmm no changes should have been done for some time so it should be working as intended as before -- I'm not sure why it has stopped working suddenly. @dhruvasagar...