Florian Loitsch
Florian Loitsch
Alternatively, we can investigate making mocking of static functionality easier in a test-setup. For example, I find it more scalable if it was possible another isolate that uses the debug-protocol...
We initially had different `DateTime` classes, but decided not to ship them in the core libraries. A complete `Date` library is complicated and we didn't want to ship too much...
We have that already now, and most of the time we accept this. The only exception is `new List(null)` where we go through some workarounds to make this throw. We...
This issue is related to issue dart-lang/sdk#6496, but asks for less.
It is asking for non-overlapping [] and {}. Examples: new List([length = 0], {fill: null}); Stream.subscribe([onData], {onError, onDone}) new Date(year, [month, ...., milliseconds], {isUtc: false})
_From @mkustermann on December 4, 2017 11:58_ This issue should probably moved to [package:googleapis_auth](https://github.com/dart-lang/googleapis_auth). The assertion is correct in the sense that the oauth2 access token you got back will...
I tried removing the permission from my account, but that wasn't enough. https://stackoverflow.com/questions/10827920/not-receiving-google-oauth-refresh-token Some comments claim that one has to set the access_type to offline. Given the assert, we should...
I had created the my credentials for "webapp" and not "other". Not sure, if we still want to do something.
Sounds good to me, although I wonder if there should be a way to use web-tokens for scripts too.