Brett Best

Results 18 issues of Brett Best

I want to write something like this: ```swift @Immutable @EncodeNulls @OptionalEncoding var completedOn: Date? ``` However, currently that doesn’t work. I did try a few variations but from what I...

Blocked by https://github.com/actions/virtual-environments/issues/5702

I’m still using CocoaPods mainly because of automatic Settings bundle generation. Happy to make a PR adding a Podspec if you’re interested?

### Tool name Xcode 14b5 tvOS & watchOS Components ### Tool license N/A ### Add or update? - [X] Add - [ ] Update ### Desired version The version associated...

OS: macOS
needs eyes
feature request

Example project: https://github.com/Brett-Best/CP-Ack-Bug ### Command ``` /Users/brettbest/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/bin/pod update --verbose ``` ### Report * What did you do? I added the crashlytics pod to my watchOS target * What did you...

It looks like the following function isn’t called anywhere, not sure if it should be or not. https://github.com/dasautoooo/Parma/blob/3c213ac453e1fe49e3113578a9b19c8d79b06589/Sources/Parma/Render/ParmaRenderable.swift#L21-L23 I ended up having to use ```swift func paragraphBlock(view: AnyView) -> AnyView...

https://github.com/GottaGetSwifty/CodableWrappers/blob/4eb46a4c656333e8514db8aad204445741de7d40/Sources/CodableWrappers/StaticCoders/DateCoding.swift#L60-L71 I was debugging an issue which was made a bit confusing because of throwing `valueNotFound`, would you like me to make a PR changing this to a `dataCorrupted` error?...

### Tool name macOS 13 ### Tool license https://www.apple.com/au/legal/sla/ ### Add or update? - [X] Add - [ ] Update ### Desired version 13 RC (22A379) ### Approximate size _No...

feature request

I’m seeing `TokenRefreshTests.testErrorWhenRequestingScopeWithNoScopesOriginallyRequestedOnRefreshToken()` fail when I run locally, I wasn’t able to exactly figure out why it was happening though. It looks like at one point travis was used for...