Jake Wharton
Jake Wharton
I think it's safe to say we have no plans to work on this and it will need to be contributed
No. It's for creating the CLI API, but it's not a priority for the project.
If you want to consume the source: skip(n). readWhatever() If you don't want to consume the source: peek().skip(n).readWhatever()
I would start with a bug on japicmp. Seems like a classfile version downgrade should be allowed.
Yes we have the infrastructure in other repositories of ours to copy from. This repo is just much older and needs updated.
It would, but that behavior may surprise people (for the same reason it used to in `String.substring`). That's why I proposed a separate method which defines it's behavior as a...
I would not call this size number a medium. On Sep 7, 2014 12:26 PM, "Adrian Cole" [email protected] wrote: > Conceding this is an uncommon use case, http2 has a...
Since there's no native type at this size and the use case is small I'm leaning toward not having this as a first-party API. The alternative for consumers is a...
Oh, nice. On Sep 7, 2014 4:09 PM, "Adrian Cole" [email protected] wrote: > yeah I don't know a good name. Just netty calls it medium. > http://netty.io/4.0/api/io/netty/buffer/ByteBuf.html#readMedium() > > —...
This is one part general-purpose inspection framework in the IDE and DSL that we can build on, and one part logic to detect a specific but common mistake. We can...