Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / malcommac/Hydra issues and pull requests
#91 - Method is ambiguous for type lookup in this context
Issue -
State: open - Opened by anshulmahipal over 2 years ago
#90 - Importing Hydra in a file where there is a UIViewControllerRepresentable gives compilation errors
Issue -
State: open - Opened by fabiocody almost 3 years ago
#89 - Is the minimum requirement still iOS 9?
Issue -
State: open - Opened by toshihiko150 about 3 years ago
#88 - Fix typo in the README
Pull Request -
State: closed - Opened by revolter over 3 years ago
#87 - Hydra compile issues in Xcode 13
Issue -
State: closed - Opened by laosb over 3 years ago
- 1 comment
Labels: question
#86 - Deprecation of `await` keyword in Swift 5.4+. Using new Hydra.await()
Issue -
State: closed - Opened by danyf90 over 3 years ago
- 1 comment
Labels: enhancement
#85 - Retry vs Delay
Issue -
State: open - Opened by AlessandroSteri over 3 years ago
#84 - [#83] Removed weak self from recover operator
Pull Request -
State: closed - Opened by malcommac about 4 years ago
#83 - Since adding `[weak self]` in Promise+Recover with version 2.0.4 the promise lose the reference
Issue -
State: closed - Opened by carmelogallo about 4 years ago
- 3 comments
Labels: bug
#82 - new #71: Added support for delay parameter in retry operation
Pull Request -
State: closed - Opened by malcommac about 4 years ago
#81 - Compatibility with Xcode 12, fixed warning and update project settings
Issue -
State: closed - Opened by malcommac about 4 years ago
Labels: enhancement
#80 - Fixed compilation under Linux Environment
Pull Request -
State: closed - Opened by malcommac about 4 years ago
Labels: bug
#79 - Compilation under Linux environment does not work
Issue -
State: closed - Opened by malcommac about 4 years ago
Labels: bug
#78 - [#77] [Bug] Fixed chainable thens operators in Xcode 12/Swift 5.3
Pull Request -
State: closed - Opened by malcommac about 4 years ago
Labels: bug
#77 - Multiple then are not passed correctly in Xcode 12/Swift 5.3
Issue -
State: closed - Opened by malcommac about 4 years ago
Labels: bug
#76 - [Fix] Xcode 12 compatibility + typos
Pull Request -
State: closed - Opened by TheInkedEngineer over 4 years ago
Labels: bug
#75 - [Fix] Xcode 12 compatibility + typos
Pull Request -
State: closed - Opened by TheInkedEngineer over 4 years ago
- 1 comment
Labels: bug
#74 - Build fail on Xcode 12 beta 2
Issue -
State: closed - Opened by MarcoCadei over 4 years ago
- 1 comment
Labels: bug
#73 - SPM for Swift4 & 5 with tools-version 5.2
Pull Request -
State: closed - Opened by laprasdrum over 4 years ago
#72 - How to use Promise<Void> in Swift 5.2
Issue -
State: closed - Opened by 0x0c over 4 years ago
- 1 comment
#71 - Adding support for delay parameter in retry operator
Issue -
State: closed - Opened by starlight173 almost 5 years ago
- 1 comment
Labels: enhancement
#69 - Crash on operation: PromiseStatus on iOS but not on macOS
Issue -
State: closed - Opened by stefanhp almost 5 years ago
- 2 comments
#68 - Fix build error on Linux
Pull Request -
State: closed - Opened by rinsuki about 5 years ago
- 1 comment
#67 - Fixed the `zip` code in README.md
Pull Request -
State: closed - Opened by yaslab over 5 years ago
Labels: documentation
#66 - Ubuntu compilation error
Issue -
State: open - Opened by sage444 over 5 years ago
- 3 comments
#65 - Progress block
Issue -
State: open - Opened by starlight173 almost 6 years ago
#64 - Cancellable Promise in a Chain
Issue -
State: open - Opened by alextosatto about 6 years ago
#63 - Write twice "retry" in README
Issue -
State: open - Opened by akuraru over 6 years ago
#62 - Add 'retryWhen' operator
Pull Request -
State: closed - Opened by moaible over 6 years ago
- 1 comment
Labels: enhancement
#61 - Is Unit Test possible? Or how do you use it?
Issue -
State: closed - Opened by happyjem over 6 years ago
- 1 comment
#60 - How to put a Promise into always?
Issue -
State: open - Opened by agordeev almost 7 years ago
#59 - failed build on swift 3.1 spm version
Issue -
State: open - Opened by MasterSwift almost 7 years ago
#58 - Usage of `[weak self]` inside Promise's body
Issue -
State: closed - Opened by Ruckt about 7 years ago
- 1 comment
Labels: help wanted
#57 - Fixed README.md
Pull Request -
State: closed - Opened by daaavid about 7 years ago
Labels: documentation
#56 - Update Promise+Zip.swift
Pull Request -
State: closed - Opened by bryanbartow about 7 years ago
- 3 comments
Labels: bug
#55 - Hydra does not compiles with SPM
Pull Request -
State: closed - Opened by akostylev0 about 7 years ago
Labels: bug
#54 - Promise+Recover.swift does not compile for macOS / Swift 4
Issue -
State: closed - Opened by stefanhp about 7 years ago
- 6 comments
Labels: bug
#53 - 'schedule(deadline:repeating:leeway:)' is unavailable in ios 11
Issue -
State: closed - Opened by Premal-Khetani about 7 years ago
- 1 comment
Labels: invalid
#52 - Version 1.0.0 does not compile in Swift 3
Issue -
State: closed - Opened by leepfrog about 7 years ago
- 1 comment
Labels: bug
#51 - Can't install using Carthage
Issue -
State: closed - Opened by ivl about 7 years ago
- 3 comments
Labels: bug
#50 - A second resolve in the Promise
Issue -
State: closed - Opened by adriandewitts about 7 years ago
#49 - Replace '(Void)' with '()'
Pull Request -
State: closed - Opened by tasanobu-zz about 7 years ago
- 1 comment
Labels: enhancement
#48 - Memory leak in cancel handler of a Promise
Pull Request -
State: closed - Opened by terhechte about 7 years ago
- 1 comment
Labels: bug
#47 - Swift-4 branch
Issue -
State: closed - Opened by mobilinked about 7 years ago
- 1 comment
Labels: question
#46 - .timeout operator keep Promise alive even if it resolves before it expires
Issue -
State: closed - Opened by mobilinked about 7 years ago
- 2 comments
Labels: bug
#45 - Add support for cancellable Promise in await operator
Issue -
State: closed - Opened by tcurdt over 7 years ago
- 2 comments
Labels: enhancement
#44 - zip() function as global function (outside Promise class)
Issue -
State: open - Opened by tcurdt over 7 years ago
- 5 comments
Labels: enhancement
#43 - Await does not work on iOS 11
Pull Request -
State: closed - Opened by hy9be over 7 years ago
- 1 comment
Labels: bug
#42 - await does not work on ios11
Issue -
State: closed - Opened by hy9be over 7 years ago
- 4 comments
Labels: bug
#41 - v0.9.9 doesn't compile on Swift 4
Issue -
State: closed - Opened by sidmani over 7 years ago
- 1 comment
Labels: question
#40 - Leaks?
Issue -
State: closed - Opened by Fabezi over 7 years ago
- 3 comments
Labels: bug
#39 - Make .voidPromise() public
Issue -
State: closed - Opened by malcommac over 7 years ago
Labels: enhancement
#38 - Fixed cancelled promise never chainable when chain to retry or recover method.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
- 1 comment
Labels: bug
#37 - How to use async function (example)
Issue -
State: closed - Opened by daviskoh over 7 years ago
- 3 comments
Labels: question
#36 - Applied 'Nested generics' to 'Promise State' and 'Promise Observer'
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: enhancement
#35 - Update README.md
Pull Request -
State: closed - Opened by anykao over 7 years ago
Labels: enhancement
#34 - fixed all documents about `context` parameter.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
Labels: enhancement
#33 - Feature request: zip analog with failed promises
Issue -
State: open - Opened by numen31337 over 7 years ago
- 2 comments
#32 - Promise.zip fails to compile with "cannot invoke 'zip' with an argument list of type", Xcode 8.3
Issue -
State: closed - Opened by RustyKnight over 7 years ago
- 2 comments
#31 - Nested generics
Issue -
State: closed - Opened by hachinobu over 7 years ago
- 2 comments
#30 - Added `running` to the state of Promise.
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
#29 - Cleaned up the process of running the observer.
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: enhancement
#28 - Fix Promise object memory leak.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
- 1 comment
Labels: bug
#27 - Promise object will not dispose.
Issue -
State: closed - Opened by r-plus over 7 years ago
Labels: bug
#26 - Add concurrency argument to `all` operator of variable length argument.
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
Labels: bug
#25 - Cancellable Promise
Issue -
State: closed - Opened by malcommac over 7 years ago
- 3 comments
Labels: enhancement
#24 - Fixed never chainable if return rejected promise in `recover` operator closure.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
- 1 comment
Labels: bug
#23 - Add concurrency option to `all` operator.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
- 1 comment
Labels: enhancement
#22 - Fix: The `any` operator sometimes does not work.
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: bug
#21 - Correction of a wrong thread specified in ARCHITECTURE.md
Pull Request -
State: closed - Opened by numen31337 over 7 years ago
- 1 comment
Labels: bug
#20 - Changed branching process
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: enhancement
#19 - Promise is not "open" to subclassing
Issue -
State: closed - Opened by wildthink over 7 years ago
- 2 comments
Labels: invalid, question
#18 - I refactored the places I was wondering.
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: enhancement
#17 - Fixes some typos in ARCHITECTURE.md
Pull Request -
State: closed - Opened by pedrovereza over 7 years ago
- 1 comment
#16 - Clean: put in space to unify writing style
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
#15 - Add conditional block to retry operator to determine whether retry is possible.
Pull Request -
State: closed - Opened by r-plus over 7 years ago
- 1 comment
Labels: enhancement
#14 - Update sample code of `zip` and `all` in READEME
Pull Request -
State: closed - Opened by hachinobu over 7 years ago
- 1 comment
Labels: bug
#13 - any() is not visible outside the library
Issue -
State: closed - Opened by malcommac almost 8 years ago
Labels: bug
#12 - Promise.all()
Issue -
State: closed - Opened by jvanbrunt almost 8 years ago
- 1 comment
Labels: duplicate
#11 - Unable to run the `Promise.all` function.
Issue -
State: closed - Opened by ignazioc almost 8 years ago
- 1 comment
Labels: bug
#10 - Fix for await function
Issue -
State: closed - Opened by ignazioc almost 8 years ago
- 2 comments
#9 - Can't get notified in Promise
Issue -
State: closed - Opened by shenyi0828 almost 8 years ago
#8 - Hydra and iOS 9 compatibility
Issue -
State: closed - Opened by tuzaiz almost 8 years ago
- 1 comment
Labels: bug
#7 - Updates Promise sample to match current API, fixes syntax error
Pull Request -
State: closed - Opened by chrispix almost 8 years ago
- 1 comment
#6 - Cleaning up spelling edit fragments left over
Pull Request -
State: closed - Opened by heckj almost 8 years ago
- 1 comment
Labels: bug
#5 - Fix "Hydraw" typo
Pull Request -
State: closed - Opened by bryanoltman almost 8 years ago
- 1 comment
Labels: bug
#4 - Change access level of queue
Pull Request -
State: closed - Opened by nhnam almost 8 years ago
- 1 comment
Labels: bug
#3 - Fix misspellings in README
Pull Request -
State: closed - Opened by mcastagnolo almost 8 years ago
- 1 comment
Labels: bug
#2 - Zip with promises array
Issue -
State: closed - Opened by fmo91 almost 8 years ago
- 7 comments
Labels: enhancement
#1 - How await works. Support for async function
Issue -
State: closed - Opened by onmyway133 almost 8 years ago
- 6 comments
Labels: enhancement