Jorge Revuelta

Results 9 issues of Jorge Revuelta

Adds a missing implementation in Swift for `dismissKeyboard`.

cla: yes

Can we get a release with the new changes merged last week?

Is there any way (I've dug a little in the repository) to invalidate (flush) the both memory and disk cache from Moa to force re-download all the following requests even...

enhancement

Hi! I really love your library and I was thinking in a feature where you could decide the size and position from where the notification is showing. I don't know...

feature

I'm getting some (seems random) crashes due to https://github.com/apegroup/APESuperHUD/blob/master/Source/HudView.swift#L196 and reading it that forced unwrap doesn't seem very safe, doesn't it? Maybe optionalize or guard against nils? This is happening...

Hello! I'm working with latest version of both Realm, RealmCrust and Crust libraries. I'm getting new issues. In the following model with custom transformations: ``` swift public class User: Object...

Adopt `DispatchWorkItem` for better Foundation, Dispatch and NIO interoperability. #### Breaking changes: - `reducerGroup` does not depend on `RxSwift` anymore, so for managing subscriptions we use a `Combine`-like approach, where...

enhancement

https://github.com/realm/SwiftLint/blob/4aad7e14b477b4f25eb47f7d46577d614ce16924/Source/SwiftLintFramework/Protocols/Rule.swift#L97 gets parsed as ```swift func violationRanges(in file: File, kind: KindType, ``` instead of ```swift func violationRanges(in file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [NSRange] ```

bug

```shell curl -X GET \ 'https://api-ropsten.etherscan.io/api?module=contract&action=getabi&address=0xcbbfbafedb0eb83016d2a96a4e80d30b20fa3e30&apikey=2QRMGI15YCHS2SKW2FSXCIA7T31JYKZWKE' \ -H 'Content-Type: application/json' \ -H 'Postman-Token: 388297f8-efb6-4d38-82cd-c62cbb4d7f82' \ -H 'cache-control: no-cache' \ -d '[ { "constant": false, "inputs": [ { "name": "hash", "type":...