Caleb Kleveter
Caleb Kleveter
I think a `WebSocket.onError` handler would be nice: ```swift ws.onError( (ws, error) in logger.error(error.localizedDescription) ws.close() } ```
I really like the idea of this feature, but it is not required for secure input. That is already supported by clearing the current line on every key press.
I like this. I'm wondering if maybe using a comma separated list might be better though? ``` my-command --input /path/to/input,/path/to/other/input --output /path/to/output ```
I think it may be more common in the Python world? I haven't looked a whole lot. I'm fine going either way.
You could also conform `Array` to `LosslessStringConvertible`.
Not really an answer to your question, but you might want to look at Vapor's [OpenAPI package](https://github.com/vapor/open-api) (WIP), specifically [this PR](https://github.com/vapor/open-api/pull/2). It might have what you want.
I am getting this warning on all the dependency modules (RxSwift, RxRelay, RxCocoaRuntime, RxCocoa, Differentiator, and RxDataSource). ``` The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the...
The warnings are apparently caused by [Xcode 12 dropping support for iOS 8](https://www.jessesquires.com/blog/2020/07/20/xcode-12-drops-support-for-ios-8-fix-for-cocoapods/). This means that the warnings that this PR introduces are caused by the dependencies, not the package...
I have never really looked into Auth0 all that much. I'll add a reminder to the issue 👍.
@maldahleh That sounds like a great idea, but I am relying on other people's contributions for certain services, meaning I have no timeframe as to when that would get added....