Jairon Terrero

Results 18 comments of Jairon Terrero

@azw413 I just had this same problem while attempting to build [sleef](https://sleef.org/) on an M1 Mac mini. Let me know if you figure this out - I haven't yet.

If this is just a clang compiler error then I'll submit a bug report - but I just want to cover the possibilities.

Before my attempt in [this PR](https://github.com/maticzav/swift-graphql/pull/201) (which moves CLI to a separate package) I played around with a sub-package for the CLI as well. I had some success but the...

Happy to take this on if I can get some direction on: - Do we want a separate package or sub-package? - Any requirements or constraints there are about how...

+1 to splitting the API into a separate package/repo.

Yeah - the reproducer I provided was mainly to simulate an error that I'm running into in practice in my test setup. I think it is concurrency related based on...

Totally understand that - if I can find a solution that doesn't require you to change anything that will be great for me as well. I'm going to see if...

Oh I need to do the @_spi thing I bet. Sorry i missed that.

Alright, it looks like using PostgresClient resolves this issue. However, it's not something I'm going to be able to use in the near-term because of sweeping the scope of the...

@NeedleInAJayStack makes an important point. At any rate, I would expect different error behavior if PGNIO wasn't able to fulfill the listen request.