Kumar Sukhani

Results 38 comments of Kumar Sukhani

@yluom: Thanks for reporting the issue. I will fix it soon.

fixed this issue by manually changing '.gitmodules' but I am facing more issues when I run './build.sh' "gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error...

@sogko, @chris-ramon, @bbuck : Have you guys seen following packages? https://github.com/arvitaly/go-graphql-tools https://github.com/xinhuang327/gographer They are doing the work using reflection. I am planning to write a generator package like https://github.com/mholt/binding cc...

@bbuck : My sample code is here - https://play.golang.org/p/wAJA_MPGPU Response: ``` { "data": { "getUser": { "city": null, "email": "[email protected]", "name": "Jon", "state": null } } } ```

@bbuck : Can I keep city, state, name and email at same level instead of nesting? Btw when I json.Marshal User object all fields are in the same level.

@ricardoamaro : have you given proper root permissions to lildebi app?

@ricardoamaro, knox might be the reason for failure. can you test those commands via adb shell?

@ricardoamaro : can you email me the apk file at [email protected] ? And if you have any other rooted android device, can you test the same?

@ricardoamaro tried your apk and its working fine on my mobile. So the issue might be because of knox. @eighthave: are you aware of such issue?

@ricardoamaro: can you test using koush's Superuser app?