Joseph Heck

Results 58 issues of Joseph Heck

Hi josef, I was digging into your package, kicked open the file in the latest beta Xcode and noticed (compiler warnings) that there were a couple of places where you're...

While I was digging around in the code to reproduce the issue #55, I ran across the parameter `wantReply` when creating an instance of `EnvironmentRequest` (formally, `SSHChannelRequestEvent.EnvironmentRequest`). If this is...

I ran across #55 and thought I'd try and verify it to start to debug it. There's a lot in here that I'm not familiar with, but I thought first...

Working on enabling Swift 6 compilation compatibility (https://github.com/automerge/automerge-swift/pull/199) and ran into the issue where UniFFI generates a global variable as `var` instead of `let`, allowing it to be variable, which...

bug
enhancement
upstream dependency

Small updates to convert this error type to using computed properties instead of static properties, following the pattern at https://github.com/apple/swift-nio/pull/3229

### New Packages https://github.com/Kyome22/SVG2Path.git

Add Package

I have swiftly (`1.0.1`) installed, and tried to invoke `swift repl`. It immediately fails with a dyld error trying to locate the LLDB framework: ``` dyld[11468]: Library not loaded: @rpath/Python3.framework/Versions/3.9/Python3...

this is really a feature request - I'd love to have a badge output from the coveralls.io service that represented a sequence of changes in overall coverage for all the...

enhancement
legacy