Brett Best
Brett Best
Curious if this is still something you're looking to get resolved?
@ddobranic this issue is for an macOS 13 image with Xcode 14.1 RC on it - not for the current macOS 12 image. E.g. in my workflow yml I’d have...
Two weeks later and no further information provided by GitHub ☹️
Wow that’s a long time away, while Xcode 14.3 beta isn’t out yet (perhaps next week) previous releases have required the next major OS version. This was an issue with...
> Wow that’s a long time away, while Xcode 14.3 beta isn’t out yet (perhaps next week) previous releases have required the next major OS version. This was an issue...
I'd really like to see this, I've provided another example below which covers: - Where you are assigning to `self` - When you call a method that returns `Never` e.g....
@0xTim I had a bit of a go here.... https://github.com/Brett-Best/vapor-oauth/actions/runs/4311606352/jobs/7521180354 What am I doing wrong?
https://github.com/Brett-Best/vapor-oauth/commit/de1db21df84db5f9957813651c379e4cd240c1d8 This fixes the compilation at least, leaving the one failing test. I’m not sure if the replacement is as good as the previous, might be a better method to...
Created https://github.com/brokenhandsio/vapor-oauth/pull/12, it fails currently cause of the test mentioned.
@houmie might be worth trying `[bundle exec] pod deintegrate` then `[bundle exec] pod install` remove the `[bundle exec]` from the commands if you aren’t using a Gemfile. If you haven’t...