Skye Shaw

Results 204 comments of Skye Shaw

Had a chance look into this a bit more and see that one can now catch the error via a proc to instance of `GraphQL::Guard` as mentioned [here](https://github.com/exAspArk/graphql-guard/blob/fb42e72112c51cde2380c0a62d31fb3d63515d45/README.md#error-handling). Seems a...

Hi, just upgraded to 2.0 and have found a couple of issues (see issues) so was curious about this one. It would be good to include what you have in...

GQL Ruby adds [this stuff](https://github.com/rmosolgo/graphql-ruby/blob/dbb9f38e364bf9b8785c50710bc301684cd5d916/lib/generators/graphql/templates/graphql_controller.erb#L26) (I remove it as it find it useless/inconsistent). Maybe this factors in to why you get the response you do?

Thanks for the info. I also see with the latest version of the Ruby GraphQL library one cannot return a `String` from `rescue_from` any more.

Are you talking about retrieving the URLs that are added to the metadata when you fetch it via `iTMSTransporter`'s lookup mode? Like what [`itms` is doing](https://github.com/sshaw/itunes_store_transporter#lookup-command) via the `--assets` option?...

> I'm not sure if this will work with JRuby :) DId you test it if it works? Well, it "works", but it tells me to use a block instead...

Having Travis drive the benchmarks is ideal, though my initial investigation shows that there may be issues. benchmark-ips can output JSON and Travis' logs are available via their API. But......

Of course benchmark-ips text output could be extracted from the travis logs. Makes things easier on the config side, but may be fragile.

Okay, my conclusion is that's best to forget about using Travis CI and generate the rules file locally via `rvm do` or similar and [a JSON or CSV export](https://github.com/JuanitoFatas/fast-ruby/issues/19).

> Sorry, what's rvm do? It allows one to run a program against various ruby installations: ``` /tmp >rvm 2.2,1.7.19 do ruby -ve'p 1+1' ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]...