Damon Aw
Damon Aw
Hi, I outputted the QR code using this gem on my macbook pro 13, used iPhone 4 and Nexus One with various scanning apps I could get my hands on...
Hi @jamis a small bump, hopefully you will have a chance to take a look in the coming days. Have a good weekend.
It seems that at least it didn't error on the `mysql2` adapter. I'll test it on Rails 4/5 and also Postgres and let you know what I find
Hey @mberlanda @jamis sorry I haven't dug into the code, I see that Mauro is on top of it already. To take a step back, the issue I uncovered was...
Sorry I haven't acted on this. Will try to rally sometime to do it within this week.
Hey @yuki24 we're using Artemis with good success, thank you. It was a good surprise to find out that it relies on `graphql-client`, I'm using it with an app where...
Hey @yuki24 sorry bad phrasing, they are warnings, not errors. ``` /Users/saw/.gem/ruby/2.3.6/gems/artemis-0.4.0/lib/artemis/client.rb:199: warning: already initialized constant GraphAPI::GetMember /Users/saw/.gem/ruby/2.3.6/gems/artemis-0.4.0/lib/artemis/client.rb:199: warning: previous definition of GetMember was here ```
It's in own spec, I think I've bumped into only a few times where I've might have been in a console or something. 1. So it's definitely possible to call...
I think it's a useful addition, I think we are both probably thinking about using the official [API](https://devcenter.heroku.com/articles/heroku-status#heroku-status-api-v3). Happy to receive a PR for this! :)
Hi, dredging up a very old issue 😸 I made a PoC attempt to load GraphQL Playground directly as a very simple rack app. https://github.com/rmosolgo/graphql-ruby/pull/2382 The hope is to get...