Jake Wharton

Results 1657 comments of Jake Wharton

Retrofit's `@FormUrlEncoded` uses OkHttp's `FormBody.Builder` to build the body the same as your snippet does. https://github.com/square/retrofit/blob/87e0c81fde5e166b23e7a8184ba783f64c8f572f/retrofit/src/main/java/retrofit2/RequestBuilder.java#L89-L91 I need a self-contained test case to debug anything here, so I'm going to...

Those URLs are equivalent. Both will result in an HTTP request which looks like ``` POST / HTTP/1.1 Host: xxxx.eu-west-1.aws.endpoints.huggingface.cloud ``` Being sent to the IP that host resolves to.

That commit is not in the released version. Copy it into your project shrinker config and it should work until the next version is released.

There's no need to have a wiki if it's not publicly editable. We can move the content to the website and force people to do PRs instead.

> Instead, a path should be bound to a `FileSystem` instance (and yes, currently there's only one implementation), the same way java.nio does it (it's not a final decision, but...

`redex-all` isn't installed by default, though. Accepting a dex directly from the python script and passing it along to the embedded `redex-all` binary would simplify those consuming from homebrew or...

Thanks for the update! On Thu, Mar 23, 2017 at 12:55 AM Minjang Kim wrote: > I have a plan to make a simple tool that takes a single dex...

Yeah build that habit, Egor!