Aria Stewart

Results 147 comments of Aria Stewart

It is not exactly. -pre releases don't match anything but themselves.

Yeah. For `>=`, this surprises me. For more strict comparison, the existing behavior makes sense, but I find it surprising for very general matches like `>=`

@pdapel It looks like you've swapped `key` and `header` in the config there.

@gracehopper17 Did you try adding `res.cookie('XSRF-TOKEN', res.locals._csrf);` as a middleware after lusca?

Sure. Will reply in #54

mode=paired probably should be too: what people usually use it for is lists of states and countries, which really can just live in a template.

What makes json a more important target though is that it _can't_ work right -- the quoting rules require more context sensitivity than dust can use, and is just a...

Yeah. I think there are better, simpler, less complicated ways to do those things. And with json in particular, it'll work until it doesn't. And the failure won't be obvious...

I'd love to know what your config looks like -- things moved around a bit.

Hrm. At a glance that looks right -- you don't need the indirection of using both `import:` and `config:` handlers, you could just import it right into the config, but...