Jeremy Saenz

Results 43 comments of Jeremy Saenz

Yeah that was the original plan. We could handle panics by modifying the Panic middleware in martini to give us all the info and send a `X-Martini-Panic` header in the...

Yeah, thats what I love about gin, it is not martini-specific. Any web app that can take PORT as an environment variable (and really why shouldn't you do that?) will...

looks like the build failed but it must have been a blip. Rerunning

Are you intending to use this in a production or a development environment. gin wasn't originally intended to run in production, but you use case interests me :smile:

Yeah. I definitely have considered putting this in. Probably through a flag would be best Sent from my iPhone > On Mar 18, 2014, at 7:13 PM, Joshua Poehls [email protected]...

Sure, I can take a look at this one tonight

I'm having similar issues. I'm using `next/dynamic` and see everything just fine in dev. Once I build for production I don't see anything, no errors in the console either

Found my issue. I had `swcMinify: true` in my next project, removing it fixed whatever issues I had with production builds

:+1: This will be a good thing to have.

Thanks for pointing this out @davidmcote! That would be an awesome addition, as I already use this for `deletes` quite frequently in my own projects