Amadeu Cavalcante Filho
Amadeu Cavalcante Filho
Typo on comments of `AddFrameTracker`
As mentioned at issue #8, it should be possible to accept an empty body, like when the server sends 204 (HTTP NOT CONTENT), it could be retrieved I did this...
`Postable` and `Postable` are basically the same thing. ```swift public protocol Getable { @discardableResult func get(url: String, onComplete: @escaping OnComplete) -> Cancellable @discardableResult func get(url: URL, onComplete: @escaping OnComplete) ->...
Dart 2.1
I tried to install dart_repl and I got: ```bash Resolving dependencies... The current Dart SDK version is 2.1.0. Because pub global activate depends on dart_repl any which requires SDK version...
https://github.com/cwliu/linphone-swift-demo/blob/de116e29ce25938168980abf5a3e9df4a237b4f6/linphone-trial/LinphoneManager.swift#L73 I guess the typing `linphonerc222` should be `linphonerc` to match the file [linphonerc](https://github.com/cwliu/linphone-swift-demo/blob/master/linphonerc)
https://github.com/Asperi-Demo/4SwiftUI/blob/012326cc420b86647e28547a7af79c08ece4919a/PlayOn_iOS/PlayOn_iOS/Findings/TestValueLabelWithSliderNob.swift#L24 this modifier is doing nothing, if the there is any center alignment, it will return the very same alignment. So what is the propose of using that modifier ?
It markdown will return the `\n`, however, not all markdown renders will understand `\n`. So, is it possible to change `\n` by something else? Is that a config for this?
- [ ] Make test - [ ] Implement JWT - [ ] Return hash on login/ remember token
Hi @mbrandonw I have been facing some issues with the playground on XCode 9.3. Where I get `libc++abi.dylib: terminating with uncaught exception of type NSException` The weirdest this is that...