Pier-Luc Gendreau

Results 69 comments of Pier-Luc Gendreau

@florianholzapfel Are you open to disabling SonarCloud? I feel like it's not helpful since it seems like the only reason it started failing (in test files of all things!) is...

I removed the workflow but it seems like there's probably an app/integration configured in the repository's settings which I don't have access to. Thanks, I've been wanting to put some...

Let’s give Florian another week or so and then I’ll merge.

I set a reminder to merge this and publish a major version.

@T-vK v8.0.0 is published on npm, create an issue if you run into problems 🙏

Just to be sure, can you verify `outputFn` is called *after* your aggregation query sets its result?

The result you are setting in `contextFilter` gets overriden [shortly after](https://github.com/florianholzapfel/express-restify-mongoose/blob/master/src/operations.js#L35) when the query runs. I'm not sure exactly what you're trying to achieve but this should work: ```js contextFilter:...

Perhaps [this](https://github.com/florianholzapfel/express-restify-mongoose/issues/287#issuecomment-307648611) can help?

I'll take a closer look as soon as possible, thanks for your contribution!

While this solution solves your issue on the surface, a malicious client could simply remove the query parameter, notice the difference in response time and then you're back to square...