Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

Since nexus uses Apollo Server you can use Apollo Server testing. See [Integration testing](https://www.apollographql.com/docs/apollo-server/testing/testing/). A tutorial can be added that follow Apollo tutorial but uses Nexus schema

Another option would be preserving the syntax variant in the AST

Suggestions: - highlight all variables in red - highlight all function tokens (even when not invoked) in blue - highlight all class tokens (even when not invoked) in Yellow

Maybe move to horizontal view as most POST requests will have long body to read

True, yet for non SSR use and future use when it will be supported it should be informed.

This should be changed to: ```javascript get boundryStyle() { const { menuPosition } = this.props if (I18nManager.isRTL && menuPosition === 'right') { return { right: this.state.width - this.state.openMenuOffset } }...

You should probably open a PR

Hey, the `name` is `*****-***-cloud-function-dev` and the `entry_point` is `app`. If it helps, I can send you the details in a non-public channel.

This is the step in the GitHub Action: ```yaml - name: Deploy to GCF uses: google-github-actions/[email protected] with: min_instances: 4 runtime: nodejs12 name: **** entry_point: **** timeout: 540s env_vars: **** deploy_timeout:...