Greg Cotten

Results 43 issues of Greg Cotten

Just as the title says. There should be continuous testing on Windows x86_64 and arm64 so that releases don't just break with a BoringSSL bump, etc. Even just a smoke...

Last tag was made nearly a year ago and commits have been made in the meantime. It would be great to see the warning disappear from this (now fixed) issue:...

Compiling with Swift 6.1 on Linux fails with stuff like ``` /swift-bundler/.build/checkouts/Socket/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope @_alwaysEmitIntoClient internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM } `- error: cannot find...

Would be useful to know this library's golden path for running a process with a custom stdin and piping `Data` into it.

Swiftly needs functionality to let the user switch between Xcode and the Open-Source Swift toolchains. If a user installs swiftly today on macOS, any use of `swift` from the command...

Sometimes you just wanna reset the timeout timer if forward progress is made - I think this could be a great feature! Probably just some sort of closure passed to...

Another big bump in a transition from `URLSession` to `HTTPClient`: HTTPClient has no way of knowing the internet is offline or is disconnected. An executed request that hasn't connected will...

As mentioned in the Workflow Approval docs: https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks > By default, all first-time contributors require approval to run workflows. I think this default behavior is great and makes sense! Please...