EthanLozano
EthanLozano
Vapor seems to ignore GET/Query parameters within a websocket connection request. This is potentially a duplicate of https://github.com/vapor/vapor/issues/1722, but I'm creating a new issue for Vapor 4. ### To Reproduce...
The fix [#89](https://github.com/vapor/websocket-kit/pull/89) for issue #86 was merged before a test was written to expose the issue. So, I think this repo would benefit from a test so that the...
### Describe the bug (Apologies in advance: I'm not sure which layer is potentially failing, or if I'm failing to interact with a layer properly. There is a good chance...
It would be nice if the DeferredManager had an `await` function similar to [Javascript's await operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) or [Google Promises' await function](https://github.com/google/promises/blob/master/g3doc/index.md#await). The implementation could be similar to [Google's Promises' await...
Inspired by [Andrii Biehunov's article](https://grapeup.com/blog/variable-key-names-for-codable-objects-how-to-make-swift-codable-protocol-even-more-useful/)
Please make the "currencyCode" JSON key configurable to "currency", or please change this key to "currency" for better compatibility between libraries. The JSON serialization/deserialization of a Money object does not...
In order to use bindList, you must use the `` form (rather the typical `:boundValue` form). When using a `@UseStringTemplateSqlLocator`, one might think that the brackets for the bindList binding...
Similar to [1899](https://github.com/firebase/FirebaseUI-Android/issues/1899), would it be possible for FUIGoogleAuth to exclude a request for an email address? I have deliberately excluded an email address on different platforms and sign in...
Extend [IndexItem](https://github.com/SwifQL/SwifQL/blob/2.0.0-beta.3.14.2/Sources/SwifQL/IndexItem.swift#L19) to support an [operator class](https://www.postgresql.org/docs/13/indexes-opclass.html). Postgres allows indexes to specify an operator class. For instance, the [pg_trgm](https://www.postgresql.org/docs/13/pgtrgm.html) extension could have the following index declaration: ``` CREATE INDEX trgm_idx...