Guoye Zhang

Results 49 comments of Guoye Zhang

@MahdiBM I talked with the team responsible for UTI and they don't think it's possible to make it cross-platform since it's tightly integrated with LaunchServices database that decides which file...

@MahdiBM I'm not super familiar with the process, either. I think we do want to present the full picture and where media types fit in.

URL should always be absolute in an HTTP request. It does not make sense to have a request with a relative URL. I think this might be a bug in...

The string subscript sets a single header field. It does not do anything smart like splitting the header field by comma since it's not always safe to do so (`Set-Cookie`...

Discussed with @czechboy0 offline, it's a common use in REST frameworks that we could consider supporting in the future

This is load-bearing code, therefore we need to fully understand the changes necessary before making the switch. There is an ongoing to effort to reimplement URL in Swift, and this...

I'm not in the position to decide URL behavior. We will raise this issue and your proposal with Foundation team and people responsible for URL, but this package is not...

Are there ways to re-export these symbols so we don't need to introduce API breakages? ``` 2 breaking changes detected in HTTPTypesFoundation: 💔 API breakage: var HTTPRequest.url has been removed...

`@_exported import` doesn't seem to address the API breakage check. Maybe the check itself is too strict?

This requires an admin to take action since it fails the ABI breakage check