Rachel Brindle

Results 67 comments of Rachel Brindle

> I seem to be unable to reopen this issue. Should I create a new issue, or is commenting on here sufficient. Odd. Well, I just re-opened this. Thanks for...

Thanks for the ping! This is... fascinating. I still don't have a full understanding of what's going on (why is Realm getting a null RunLoopMode for the current runloop?), but...

Weird. Carthage **should** just support this. But it doesn't. I am using `carthage build --archive --use-xcframeworks` in the release script. Looking into what Carthage is doing, it's generating `Carthage/Build/Quick.xcframework`, but...

This is fixed in the now-current Quick 7.3.0 and Nimble 12.3.0, which include both xcframework and legacy framework binaries.

> Was it intentional to raise the minimum supported swift version to 5.8? No, but I did build this using the swift included with Xcode 14.3.1, which is 5.8. I'm...

That's for the exact same reason Quick 7.4.0 is not available in the cocoapods spec repo. Cocoapods doesn't support visionOS yet, and it errors if you try to push a...

Update: Cocoapods 1.15 was just released, which adds support for visionOS. Unfortunately, Nimble is blocked until CWLPreconditionTesting releases an update. On the plus side, Quick 7.4.0 is now available on...

Just got around to pushing Nimble 13.2.1 to cocoapods. 13.2.0 will not be uploaded. Sorry for the delay!

Now that we require Sendable closures when using async toEventually/async expressions, this presents an issue integrating with Quick. In Quick, the common/promoted styling is to declare variables as vars in...

Thanks for alerting people! I don't know how to address this. Though, as you noted, this is more for awareness than anything else at the moment. I'm going to leave...