Valeri Karpov
Valeri Karpov
That sounds like a good idea. Relying on command line invocation to compile is a little messy - trust me, I used to write Go code for a living :p
Can you show how you’re using this module and what your src/index.js file looks like?
Thanks for your kind words! Unfortunately I've never used these tools, so I don't have any ideas on how acquit might surface these. How do you imagine the acquit output...
@toufik2015 what version of Mongoose? Also, why are you reporting this issue here? It doesn't look like you're using mongoose-autopopulate
@techaks please provide a code sample that demonstrates the issue you're seeing, I'm not sure I can get an accurate understanding of the problem from a 1 sentence description.
This is a little trickier than expected because there's no way to get `insertMany()` options in `post('insertMany')` hooks with Mongoose. That's something we need to work on: the context for...
1) "not working" is **not a bug report**. Please clarify what your expected behavior is and what the observed behavior is. For example, was there some sort of error? 2)...
Without a more complete repro script, we won't be able to debug this. Our tests are passing so that code works as written. Can you please come up with more...
Right now the readme and tests are the only docs. You're right in that it's loosely flux/redux inspired. We'll work on getting some API docs together :+1:
I'd argue that `forEach()` should be in series. That's more in line with how synchronous `forEach()` is used, and making promises execute in series is harder than parallel because `Promise.all()`...