stuartmorgan-g

Results 1190 comments of stuartmorgan-g

> I could see an argument for accepting an optional named boolean parameter, which is basically what the standard does, that enables the `+`-for-space thing That works for me as...

> We can add a flag to the constructor to make it use percent normal encoding instead of `+`-for-space. That's non-breaking as long as it chooses `www-form-urlencoded` as the default....

> What's the next step here? E.g., is there a formal process for deciding whether to make the breaking change here? @lrhn Ping on this question? We're continuing to have...

> * Just changing the behavior to not do form-encoding (spaces become `%20` instead of `+` when encoding the query). > * Do that, but add an extra flag to...

> * Motion → `animations` cc @stuartmorgan @goderbauer is the primary owner of `animations`.

Have you had any communication with Apple about how to describe usage of location information an the SDK level, given that it's the client application that will ultimately use the...

Thanks, that tracks with what I've heard from other developers as well. I'll reach out to everyone if/when we hear more.

> runModal works the same as the way uses osascript you were written. This isn't actually correct; an in-process `runModal` call would already be vastly better than `osascript`. The latter...

> Thus, it seems reasonable to post a task to the platform thread without blocking in Windows's `FlutterDesktopMessengerSend` implementation. How would the synchronous `bool` return value be handled in that...

It's there a design doc for this proposal? That seems like a better structure than a PR for high level discussion/feedback here.