Tim Condon

Results 601 comments of Tim Condon

In fact I'm going to mark this as ready for review so I can get it running through CI and catch issues early as it's gonna be a big one

@Jinxiansen we're waiting to see how macros play out but ticking through the evolution. I'm hoping we should have an alpha soon that we can use to start refining the...

To run one at a time you can set the worker count to 1 To run as a FIFO queue is not something that queues supports. The easiest way to...

Just an FYI I'm going to be doing an Imperial code sprint next week to go through all the issues and PRs

@rafiki270 do we need to pull these changes into the new changes?

I don't think this makes sense to add to Vapor. I don't see the benefit it would give for wider Vapor uses and can be added as a separate package...

We're hitting this in Vapor too with ``` swift-driver version: 1.120.2 Apple Swift version 6.1 (swiftlang-6.1.0.106.4 clang-1700.0.9.2) Target: arm64-apple-macosx15.0 ```

@handya looks like this isn't actually enabling the GFM extensions

@matthewcheok does it work if you change the key paths to ```swift nonisolated(unsafe) static let valueKey = \Token.$value nonisolated(unsafe) static let userKey = \Token.$user ```

I'm assuming `UserModel` is a sendable model as well? What does the fixit suggest?