Anh Le (Andy)

Results 29 comments of Anh Le (Andy)

@altschuler , @helfer : Would you please tell me what's the difference between `withFilter` and [resolve functions](https://github.com/apollographql/graphql-subscriptions#payload-manipulation). Are they the same?

@altschuler Thanks for sharing with me.

@altschuler What you said about authorization is related to the [protocol behind](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md), right? The specification has nothing about Authorization.

@altschuler Is this what you want? ```js const subscriptionServer = SubscriptionServer.create({ schema: executableSchema, execute, subscribe, onConnect(connectionParams, webSocket) { const userPromise = new Promise((res, rej) => { if (connectionParams.jwt) { jsonwebtoken.verify(connectionParams.jwt,...

@frankandrobot May this issue help you: https://stackoverflow.com/questions/32419425/does-apiary-io-and-or-api-blueprint-support-api-versioning

@yaron2 @mukundansundar @artursouza PTAL

@artursouza I propose we should provide definitions for APP_ID, APP_PORT also To sum up, here are our actions. Is that ok?

@artursouza another question: should we dedicate [Environment variables](https://docs.dapr.io/reference/environment/) for variables passed to child applications only? There are so many environment variables [automatically scoped by Viper](https://github.com/dapr/cli/pull/770#discussion_r677996382). If yes, we'll remove definition...

> For DAPR_PLACEMENT_HOST, are you sure that the Placement service does not use this on startup if I run the exe myself? @msfussell @artursouza WDYT?