David Bayo Alcaide

Results 10 comments of David Bayo Alcaide

> Just had the same problem. You'll get a Promise if you use it like this. I solved it like this > > ```ts > const messenger = await Messenger.create(uri,...

> Any update on this ? I think this repo is not maintained...

Currently, new $lookup (3.6 version) is not using indexes. New $lookup version (MongoDB >= 3.6) ```javascript db.getCollection('users').aggregate([ { $project: { _id: 1 } }, { $lookup: { from: 'posts', as:...

With that approach it is difficult to solve that case, because you need a deep lookup. I think MongoDB should fix indexes problem in last $lookup version and your query...

I just showed you two examples of $lookup. First one not uses indexes and the second one yes. But your first query is slow because of MongoDB issue with new...

``` atom --version Atom : 1.17.2 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0 node --version v6.11.0 ``` Same problem!

So, the only way for caching requests is prebuilding the url. Right??

Same problem here! i think OPTIONS request should not be authenticated. I think, by default should be disabled and enabled if desired.

I currently fixed this as mentioned. Here you have my piece of code for a kubernetes deployment: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: traefik-sso labels: app: traefik-sso spec: replicas:...

Check my PR. I fixed this behavior in Android Devices. It maybe fix in IE or Edge. https://github.com/lukehaas/Scrollify/pull/223