Results 3 issues of James Hu

``` java public interface AttemptTimeLimiter { V call(Callable callable) throws Exception; } ``` can be changed to ``` java public interface AttemptTimeLimiter { V call(Callable callable) throws Exception; } ```...

I am just curious, why in 2.0 branch, DateString and BlobString are defined as: ``` export type DateString = string & { __DateBrand: never }; export type BlobString = string...

Background: in Azure there are currently two deployment model - Classic and Resource manager. With 3.3 version, everything is fine if the Azure storage account is in "Classic" model. However,...

Standby