Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

I think that for GET requests setting some decent CORS headers should be okay.

I think we should consider flagging this as Ready for review, and then land it, and move one primitive at the time to the new architecture. Otherwise, we'll be creating...

Landed as part of https://github.com/google/webcrypto.dart/pull/142 @HamdaanAliQuatil correct me if I'm wrong.

There is an issue here: https://github.com/dart-lang/pub/issues/3563 We have no good proposals, but we definitely need to solve it.

Can't an SDK constraint Dart be enough? That'll pretty much guarantee that you get at-least the corresponding version of the Flutter SDK. Do we think people will want to conditionally...

My two cents is that this isn't something we should implement. If you want to translate documentation you are probably better off writing the documentation outside source code comments. There...

@szakarias I think we should close this as out-of-scope, and decide that if someone really really wants to translate documentation then they should: * (A) Leverage `{@tool ...}` annotations to...

> @jonasfj did we resolve the issues where older activated apps couldn't run anymore? Yes, they still print an ugly message the first time they are recompiled.. But, I don't...

Filed https://github.com/dart-lang/pub/issues/2663 to track fixes needed for `flutter pub global run ...`

I'll correct the problem statement, if you are using `flutter pub global activate ` or `dart pub global activate ` where `dart` is from a Flutter SDK, AND you have...