Conrad Kramer

Results 16 comments of Conrad Kramer

You'll definitely want to use `Network.framework` as the socket provider on iOS – it works across all of Apple's platforms. BSD sockets do not work on Apple Watch, for example.

While there are no general issues, [Multipath TCP](https://developer.apple.com/documentation/network/nwparameters/2998700-multipathservicetype) could yield pretty significant gains: > Last year we announced that in addition to Siri, we'd also enabled Multipath TCP for Apple...

Also, the build files checked in to `git` use a local version of `libbindgen` instead of a remote version. I will submit a PR with build fixes 😄

One feature that I really would like to implement in `alacritty` is better support for the "file" clipboard type on macOS. If I drag a file into macOS Terminal from...

Why is that? Is there a security/correctness concern, or is the ability to copy a file in a file manager and paste it as a path in the terminal window...

@chrisduerr oh, that makes sense! My use of the term escaping was incorrect, then, because I do not care how the path gets into the terminal, as long as I...