creynders
creynders
Is there a specific reason you didn't want to use `deepEqual` or `deep.equal`? All the other assertions are pretty readable, but I constantly need to double-check `eql` or `equal`. Also,...
I was just reviewing an example app of working with modules in RL2 and realized that there's a problem now that the Injector no longer implements an interface: if a...
As suggested by @mattapperson in #15 it might be useful to have error handling middleware. Decisions to make: How are they registered? To qualified hook identifiers? Or action identifiers? Or...
ATM all middleware gets the original arguments passed as parameters and are executed in the scope of the emitting instance, e.g. ``` js instance.whatever = 'mofo!'; instance.pre('save', function(a,b){ console.log(a); //outputs...
Hi @vkarpov15 First a little background before I come to my question. I'm a core team member of [keystone](/keystonejs/keystone) and recently we needed some hooking functionality. So I started scouring...
Hiya, I noticed you guys use a slightly modified version of [grunt-generate](https://github.com/Grunt-generate/grunt-generate). I just wanted to let you know that I released v0.3, with an entirely new API. Maybe you'd...