Jonas Finnemann Jensen
Jonas Finnemann Jensen
hmm, I'm guessing something is eating the error message. Maybe, in `flutter_tools` it's pretty hard to follow what messages are filtered and not. Do we have a `pubspec.yaml`, then maybe...
@jmagman is there a way to run `dart pub get` with `FLUTTER_ROOT=/path/to/flutter`? Looking at other error messages, I suspect that this might be `flutter_tools` eating error messages. I'm not sure...
Not quite, we won't want to redirect. We'll want to serve directly from the bucket... Thus, we'll need a new subdomain like `get.pub.dev` which hosts this static content. Note. This...
Note. it's not clear if we should do this. I just want to open the discussion. See also: https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md
Thanks, I suspect we might still want to polish what we have an get a new version released, before we expand the scope. Also what is the browser support status,...
We need to determine what is worth moving off the main thread and what isn't. I think a clear example of something definitely worth moving is RSA key generation. *...
This is technically breaking right, but not very breaking. I was contemplating if we should group with other breaking changes. But maybe we should just decide that it's not that...
hmm, not sure my merge was correct, I might have created more problems than I solved :see_no_evil:
Please provide a gist with all the code your running. A script that shows how to compile it. And how to open it in a browser AND what browser! --------------------...
> Does the secure content requirement only apply when I run it inside web workers? Don't know this might differ from browser to browser, and can probably be disabled when...