Pat

Results 45 comments of Pat

Also encountering this error. I installed from [source](https://github.com/maxlapshin/mysql2postgres#from-source) from inside my Rails app's directory. Tried `gem install mysql-pr` from mysql2postgres/ as well as from within my Rails app's directory. I...

The patch worked for me. Since it was a one liner I manually applied it. Open packet.rb from gem `mysql-pr` and insert it as first line. Thanks @n-rodriguez At first...

I think I'm noticing that the codebase is ES5 where as this PR is ES6. Do we need definitely need to support ES5 only versions of Chrome? If so please...

Thanks for the heads up. BTW, it looks like Chrome's has shared a public [timeline](https://blog.chromium.org/2021/09/user-agent-reduction-origin-trial-and-dates.html) for the rollout of this new user agent feature.

Thanks for reviewing my little PR @philc Today I rebased on `master` to merge cleanly, and did a small refactor based on the concerns @gdh1995 raised + the Deno guard...

Posted an initial take on a Apollo 3.0 compatible release here: https://github.com/onpaws/apollo-link-token-refresh/tree/apollo-3.0-no-subscriptions Looking for feedback if you have time. Still want to get tests updated but tentatively looking good so...

Apollo 3.x no longer supports `request.operation.toKey` which is the point of https://github.com/onpaws/apollo-link-token-refresh/tree/apollo-3.0-no-subscriptions. Hard to say for sure but I guess you have a 2.x release of some Apollo package hanging...

@tianjianchn your link above is dead I need to see un-minified stack trace. can someone please share?

Been using `react-native-fabric` for a while and happy with it, thanks for your efforts guys. Today I've been facing a difficult one. My app crashes on launch, but only on...

@akostadinov Thanks for your efforts here! Is there a Docker image anywhere I could try? I'm curious to try this out but don't have Ruby on this machine at the...