Leonard Martin

Results 14 comments of Leonard Martin

@tmcconechy I've implemented part of what you describe (throwing if a partial is undefined) and published the fork to npm as `hogan-express-strict`.

To be honest, this is a year old and so the problem I was trying to solve has long since left my memory. Feel free to use your judgement as...

If you're having timer issues then another option is [sinon](http://sinonjs.org/releases/v2.1.0/fake-timers/) which might be a bit easier to implement than migrating to a whole different test-runner.

My previous comment still stands... I haven't used this module in literally years, and probably won't in the foreseeable future. Do as you see fit.

I'm learning about ZMQ sockets as I went on this, but even with just binding `on('message', ...)` in app.js then I still wasn't even getting the messages I was expecting...

Just wanted to add my support for this. I recently had a post which received several hundred boosts/favourites, and it made the notifications column basically unusable. ~Being able to filter...

That's only a "fix" if the field is required. If fields are optional but need to match then it's the very opposite of a fix.

Yes, I see your point with respect to not validating empty values for certain validators, but I think the match validator in particular should pass iff the field values match.

Apologies for necromancing this issue, but I've just come up against it myself, and would definitely say it is a bug because while errors should be handled, this makes the...

This isn't isolated to Mavericks. I've had similar issues on Mountain Lion. It seems that when opening a new Safari instance, previous runs of karma are present in the old...