Alexander Zeitler
Alexander Zeitler
@colececil Thanks for reporting! We’re currently testing against v2 but we’re not there yet.
@strophy If you would send a PR I'll be more than happy to merge it. For v1 compatibility, I would suggest not changing the default implementation but maybe export a...
@devshawn Thanks for using docker-compose. Would you like to implement this feature and send a PR or do you expect it to be available eventually?
Makes sense to me, get going 👍
@devshawn is #38 what you're looking for?
@devshawn Great to hear! I've just released it on npm (v`0.12.0`). Please let me know if it works for you.
@Steveb-p I created a Slack workspace at https://pdmlab-oss.slack.com. Just drop me a line with your email address at [email protected] so I can invite you.
The same happens when using bluebirds `promisify` function as suggested in https://github.com/mateodelnorte/sourced-repo-mongo/issues/13#issuecomment-239321801
@mateodelnorte Thanks for your reply. In fact, my initial code looked quite similar to your second suggestion. My sample above was just simplified for repro.
Yes, I'm still having the issue (if I'm not using a workaround wrapping the `sourced-repo-mongo` calls in Promises which are called using `async`/`await` then). If I'm using your code as...