Erik Toth

Results 29 comments of Erik Toth

Hmm, so kappa uses hapi's built in [`reply.proxy`](https://github.com/krakenjs/kappa/blob/641e3c47657233000d308bc45b251ae06e2d254b/lib/delegate/proxy.js#L68) which internally uses [Nipple](https://github.com/spumko/hapi/blob/66cec58912b1448cbf42dfaccfc271e70ec0c6b2/lib/proxy.js#L83). We can see if anything has changed in this API in more recent versions of hapi or look...

either way, this is pretty important for kappa. I'll defer to you @tlivings for the best approach, but for now I guess let's see if we get any traction with...

Cool idea @jgable. At the very least it's worth discussing. What are you thinking would be most helpful for the generator to do? Off the cuff, I could imagine: -...

As an MVP first-pass the ORM to use could merely be an argument passed to the model generator. I don't see any reason persistence couldn't be solved separately, so it...

This codebase does not explicitly handle gzip, and it doesn't immediately appear to be supported in hapi's `replay.proxy`. We'll investigate.

From the angular docs: > "To take advantage of this, your server needs to set a token in a JavaScript readable session cookie called XSRF-TOKEN on the first HTTP GET...

Hey @mzarella. AFAIK, nothing has changed in lusca to support sending the token as a cookie. (However, there's nothing preventing you from doing this in your app.) [HTTP header support...

Brainstorming whether middleware process via any of these mechanisms should have a time out fallback. For example, if `race` takes too long should it just bail after a certain interval...

https://github.com/totherik/step/blob/381065dd6ac3bd10fbf286e6f22cdaaa61cabe9a/src/states/index.js#L26-L35