Colin Decker

Results 23 comments of Colin Decker

To be honest, I've lost track of this and would have to dig up what I'd done again. I don't think it was ready or that we'd even worked out...

If nothing else, changing binding annotations to type annotations seems unlikely/impossible since it would be an incompatible change to the JSR-330 spec. That said, I don't see any particular reason...

Thanks for catching this. I was initially dubious about allowing `null` like this until I saw that there were in fact other methods in the same class doing that, but...

82362ffc9cc726d69791d0d0257b50c2d4de88f3 changes `withTags` back to requiring a non-`null` argument and makes `withLogLevelMap` once again not callable twice. `null` is currently still allowed for the `LogLevelMap`, in part because as you...

I want to quickly note here that when an issue or PR is marked "triaged" and assigned to someone, that doesn't necessarily mean it's accepted. Triaged just means that someone...

I'm working on getting this addressed so that `.org` is the canonical domain and `.dev` redirects to that.

Having looked at all of the implementations we have (like Chris said there aren't a ton of them), almost all of them either only set expiration on create (slightly more...

Yeah, lambda equivalents to fixed duration builder methods was an approach I was thinking might be nice. Differing exclusivity of them does sound a bit awkward though. (Aside: Just want...

Are you asking for an option for `RateLimiter` to support a burst of permits within a time period? There are [a number of other issues](https://github.com/search?q=repo%3Agoogle%2Fguava+RateLimiter+burst&type=issues) referring to `RateLimiter` and burst.

I'm not sure that it's worth doing this right now since it would require creating a diff between the JRE/Android flavors, since Android didn't support `java.nio.file` at all until API...