Stewart Everett
Stewart Everett
Thanks for the feedback. Creating a new class to wrap the existing class is the [adapter pattern](https://en.wikipedia.org/wiki/Adapter_pattern) and is arguably better design than duck punching the existing class. I guess...
`fail` was defined in `jest` / `jasmine` - I suppose they must have changed something, because it definitely worked before. I'll have a look, thanks :)
What does this do?
Sure, happy to get a PR
Interesting idea, thanks. I'm just about to change the way annotations are handled, so it's probably best to wait until that's settled. Hoping to get the API to a stage...
Hi @rdickert - how do you propose this works? Anything you want me to do for it?
This is because aggregate has changed: the old version of promised-mongo took an array into aggregate, but the new version expects the pipeline stages as an argument list. We'll probably...