Romain

Results 113 comments of Romain

We also have problems with that line. Everything works locally, but every single requests hangs when deployed to Heroku behind SSL. This our (very basic) middleware redirect. ``` function sslMiddleware(req,...

Definitely interested in this too, especially for "declarative" sections, like hashes, arrays...

Not sure if it's something Stitch will do in the future... in the meantime I'm doing something like this for a static build: ``` var fs = require('fs'); var stitch...

Hi, I believe `beforeEach` happens before the step is even called, so no I don't think it's possible to know. However if I'm wrong and you find a way, I'll...

Hi, sorry just seeing this. What's the advantage of introducing another keyword, as opposed to using `it` which every developer already understands?

Thanks I see where you're coming from. What about `step.optional` to make it more explicit? I'd then mention it on the REAMDE like: --- You mix and match `step` with...

Hi, I haven't had a chance to use II7, but I think Microsoft now provides official Powershell cmdlets to automate most of it: http://learn.iis.net/page.aspx/428/getting-started-with-the-iis-powershell-snap-in/ The IIS part of psDeploy was...

Hi Mariano, It's definitely possible, the generation is done in 2 steps: 1. instrument supertest and collect request/response information 2. render the in-memory model to HTML pages I could probably...

That's actually really close to the current output, so it should be easy! 3 things that come to mind browsing their docs: **1. Look and feel** The GitHub docs seem...

Hey Mariano, Sorry for the (very) slow reply. The Markdown output looks great! I have a branch in progress to support multiple "rendering engines". If you're still interested I can...