eyJhb

Results 55 comments of eyJhb

@chronitis what needs to be done, for this to get merged?

Please refer to this - https://godoc.org/github.com/parnurzeal/gorequest#SuperAgent.Query

Any code to replicate this?

You can already do ``` resp, body, errs := gorequest.New().Get("http://example.com/").End() ```

I can try to see if I can find some, but I think it was in general Signal/Antennapod. :)

Trying with https://github.com/acristescu/OnlineGo/releases/tag/alpha_b346 I have this `shell.nix` file ```nix { pkgs ? import {config.android_sdk.accept_license = true;} }: let gradle2nixsrc = pkgs.fetchFromGitHub { owner = "tadfisher"; repo = "gradle2nix"; rev =...

I think that #17 needs to be fixed, and then this might go away.

Firstly, I use the brachk here - https://github.com/eyJhb/gradle2nix/tree/buildscript-fix that I have a PR for. ``` nix build -f "https://github.com/eyJhb/gradle2nix/archive/buildscript-fix.tar.gz" ``` This will place a `./result/bin/gradle2nix` that we will use. Next...

@pstn as it already works for Android projects, I guess this can be closed?