Tim Condon

Results 525 comments of Tim Condon

@fpseverino can we check that this is fixed in 2.0.0 beta?

Happy to accept a PR to this repo. We should probably do the same for MySQL and MongoDB as well

I believe this was introduced in https://github.com/vapor/postgres-nio/pull/548 - I'm also seeing something similar with it working on 1.25.0 but breaking in 1.26.0

@fabianfett I have no idea, I'm assuming it was falling back to something on a path that's now missed? But it definitely worked - one project I'm on has pinned...

@Buratti are you able to breakpoint inside the HTTPClient call and get the JSON body returned? Because `Creating` should not be being returned as the reason code - https://docs.aws.amazon.com/lambda/latest/api/API_UpdateFunctionConfiguration.html#lambda-UpdateFunctionConfiguration-response-LastUpdateStatusReasonCode

Looks like they've just updated them (it's in #717)

Oh lol I misread the PR 😅

As I see it the main issue is that the hooks needed to support this are no documented or guaranteed - Xcode is liable to change with no versioning (or...

Can you build NIOFileSystem on MacCatalyst if you check out SwiftNIO and try and build that directly?

Ok so to be clear you're getting an error building NIOFileSystem directly without any Vapor stuff? If so, could you open an issue on SwiftNIO?