Mike Taylor

Results 12 comments of Mike Taylor

Any timeline on getting this approved and merged in? We would like to use this as well.

When clicking the PusherLink.js file in the console it shows line 54 as this transpiled version.

Copying this [file](https://github.com/rmosolgo/graphql-ruby/blob/v2.10.0/javascript_client/src/subscriptions/PusherLink.ts#L37) into our app and changing the import to ``` import { ApolloLink, Observable, Observer, Operation, NextLink, FetchResult } from "@apollo/client" ``` Has fixed the app not booting...

Thanks for looking into it! Works totally fine when not booted in production mode.

Also facing this issue, we have some old preview environments from about a year ago that never got deleted. There does not seem to be away from the AWS amplify...

+1, the `postBuild` step will run before tests, and run before the actual successful deploy happens so if any of those steps fail, I've still incorrectly ran a `postBuild` command...

+1 to improvements here, for now we will have to set this new config to false to have our app to still work with devise.

Opened a PR for this https://github.com/ElayGelbart/Heroku-Auto-Deployment/pull/13

I have this issue as well, not sure why we are receiving this...

I'm having an issue with the latest version of the gem related to this work in the tests for my mutations. In my tests I call this ```ruby context =...