Brian Quinlan

Results 168 comments of Brian Quinlan

> I don't think I see the value in a nullable signature. @mit-mit Any opinion here? @natebosch is essentially proposing the existing solution. It could be that I should have...

> Or perhaps like this? > > ```dart > if (Platform.isIOS) { > final client = ... > runWithZone(something, () => client); > } else { > runWithZone(something, http.defaultClient =>...

OK, I reframed this as a documentation fix. PTAL.

I think that preserving the original stack trace is probably going to be more useful in practice.

@natebosch , could you take a look at this?

FYI, @natebosch is on holiday until late next week so don't expect feedback until then.

[`cupertino_http`](https://pub.dev/packages/cupertino_http) is a new **experimental** Flutter plugin that provides access to Apple's [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system?language=objc) - which honors iOS VPN settings. [`cupertino_http`](https://pub.dev/packages/cupertino_http) has the same interface as [`package:http Client`](https://pub.dev/documentation/http/latest/http/Client-class.html)...

I think that we can break this up into a few use cases: ### 1. ability to create a new named pipe We add new methods to `File` like: -...

Do we have a use case for implementing socket servers on Windows i.e. do we need to support [`WaitNamedPipeA`](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-waitnamedpipea)?