Omair Vaiyani

Results 22 comments of Omair Vaiyani

@dmfenton I've worked on this today for my project - let me know if you're still interested to figure it out or have a better solution!

It seems like husky added a number of formatting changes on the staged files

@davimacedo Thanks! We've battle-tested this on our production app ~25-40k heavy MAUs. No issues at all so far. The two things stopping this PR from merge are: - diff coverage...

@TylerBrock I believe that the version of `mongo-runner` server used in the test-suite is unable to handle the `$graphLookup` stage in the pipeline, or at least, that was my observation...

Thanks @simonihmig that was the culprit! Just as an aside, will the use of service workers have any bearing in the production environment?

The docs aren't clear enough I guess The `request.user` property is different to `request.object`. `user` is for the current requesting user, i.e. the authenticated requester. In the case of `beforeLogin`,...

FYI seems to be fixed in the PR resulting from this duplicate issue (not yet merged) https://github.com/Semantic-Org/Semantic-UI-Ember/issues/231

I thought scrolling this far down would reveal "here you go"! I thought wrong.

Nevermind, seems to be working now, very bizarre!

Digging into the docs, I think I know what the issue is I'm using named jobs, and under your guides, it states the following: ```markdown ### Named jobs It is...