Kevin Moore
Kevin Moore
Call this a place-holder for discussing our download/caching strategy. Obviously, we can replace using the local pub cache with `new_http_repository` – but then we get double downloading.
_From @zoechi on November 1, 2016 11:36_ I tried DDC with `bazelify` ``` (master) $ bazelify serve Building server via bazel... WARNING: Sandboxed execution is not supported on your system...
Blocked by https://github.com/dart-lang/sdk/issues/28038
https://github.com/dart-lang/http_server/blob/master/test/virtual_directory_test.dart They munge URLs using the Uri class. It seems that creating `http://localhost:8080/test/../..` normalizes to `http://localhost:8080`
The URL encoding fails with a an unhelpful error because the ClientId has a `null` secret. ``` The null object does not have a getter 'length'. NoSuchMethodError: method not found:...
See https://developers.google.com/discovery/v1/type-format - integer - uint32: enforce >= 0 && < 2^32 (4294967295) - string - uint64: enforce >= 0 && < 2^64 - string - date: An RFC3339 date...
https://github.com/dart-lang/sdk/commit/779dc6eb85c1f2249803d017ffa785c85681ad1b#diff-5014705a5d4e165fd43436f8d6015a21
https://github.com/dart-lang/http_io/blob/921d6bb5d0a01d8ac299569437b99c23f0ae577d/lib/src/http_impl.dart#L537 See https://github.com/dart-lang/sdk/issues/29554 Not sure what the plan is with https://codereview.chromium.org/2857393003 CC @floitschG
Fixes dart-lang/shelf#227 Also prepare to release v1.1.0