Alejandro Alonso
Alejandro Alonso
@swift-ci Please test
@swift-ci Please test
@swift-ci Please test
> error: unexpected platform condition (expected 'os', 'arch', or 'swift') #if _ptrauth(_arm64e) Um, excuse me? (This has compiled in the past, and the stdlib makes use of this conditional as...
https://discord.gg/99a3xNk sorry there was an issue that wiped invites.
Did you have discord running in the background? Or did you run this process standalone?
My solution to adding query parameters include: 1. Adding the following in Nest.swift to `RequestType` ```swift var query: [String: String] { get } ``` 2. Adding the following import, property,...
Can we get the `ExpressibleByNilLiteral` and `init(_ wrapped: consuming Wrapped)` initializer supported?