Graham Burgsma
Graham Burgsma
I like @calebkleveter's idea, though don't know if that would be possible. Plus we already have `WebSocket.onError` and it's used for when the connection itself has an error. But one...
Just discovered the original Seam project (https://github.com/nofelmahmood/Seam) handles this in the `didFinishSyncing` notification, seems like a good approach. ```swift NSNotificationCenter.defaultCenter().addObserver(self, selector: "didFinishSyncing:", name: SMStoreDidFinishSyncingNotification, object: seamStore) func didFinishSyncing(notification: NSNotification) {...
> is this only for the mongo driver? @wibed I've been testing with Postgres so far. It should work for all that Fluent/SQLKit supports. Each driver needs changes to enable...
Adding a +1 here. I noticed backtrace stopped working when I switched to AWS Graviton. Would be great to have arm64 support!
> The reflection implementation has been rebuilt in [CodableKit](https://github.com/vapor/codable-kit) which will be used in Vapor 4, so hopefully it has already been fixed there. I did a test using CodableKit...
> Any updates on this? @josephxanderson I never got any feedback on it or much interest in it, so I've kinda abandoned it. I imagine Fluent 5 will address this...
Sorry for the late reply, thanks for looking it over @gwynne! Here's where I'm at: I did update it with main and made some changes to get it back into...
Please test with v4.92.3 https://github.com/vapor/vapor/releases/tag/4.92.3
@0xTim This PR mentions it fixes this issue in the description: https://github.com/vapor/vapor/pull/2998
Considering this was already approved in #2939 by @0xTim and Swift 5.6 support has been removed, could this be moved forward?