Max Hung

Results 4 issues of Max Hung

With React Native 0.54, when the option __Enable Network Inspect__ is turned on, you would get `Uncaught Error: unsupported BodyInit type`, this may have something to do with how `blob`s...

bug
help wanted
feature/network-inspect

graphql-ruby v1.8.7 introduced a private method with the same name `apply_scope` in GraphQL::Schema::Field, which happens to be where this module was designed to be prepended to. Close #63

A minimal setup with `field_class GraphQL::Pundit::Field`, here's the repro: https://github.com/maxhungry/graphql-pundit-args stacktrace: ``` Started POST "/graphql" for ::1 at 2018-10-02 18:25:30 +1300 Processing by GraphqlController#execute as */* Parameters: {"query"=>"{\n\ttestField\n}", "graphql"=>{"query"=>"{\n\ttestField\n}"}} wrong...

Update iOS SDK to latest, fix Swift 5.2 compiler error. Close #23