Risto Novik
Risto Novik
Hello Jeff, I tested the Rx scheduler change on the `async-fetch-proc-options` example, the execution cycle seems to be faster compared to the previous result(~650ms), although the stack size would stay...
In AWS Lambda you "scale" only single function, in Heroku you could have multiple workers under single application and scale these separately `workerA=3dynos`, `workerB=1dyno` etc. Not sure if this would...
Hello, I hope you have solved your problem already, but in last screenshot, the URL shows that the `FacebookStrategy` has callback URL some how misconfigured. `callbackURL : 'http://mydomain.com/auth/facebook/callback',`
Hello, are you sure you get redirected back with access token? Here is quick overview of OAuth2 flow, it's not the passportjs flow but mostly it's same (https://www.soapui.org/oauth2/oauth2-overview.html). This is...