Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lilyball/Tomorrowland issues and pull requests

#61 - not an issue - but want to ask question - one liner

Issue - State: closed - Opened by wweevv-johndpope about 2 years ago - 3 comments

#60 - Add Promise-creation methods with __has_feature(objc_arc_fields)

Issue - State: open - Opened by lilyball about 4 years ago - 1 comment
Labels: enhancement

#59 - Rename the master branch

Issue - State: open - Opened by lilyball about 4 years ago

#58 - Add Operation subclass that works with Promise

Issue - State: closed - Opened by lilyball about 4 years ago
Labels: enhancement

#57 - onCancel() handler prevents automatic cancellation propagation

Issue - State: closed - Opened by lilyball about 4 years ago - 1 comment
Labels: bug

#56 - Add Promise.makeChild()

Issue - State: closed - Opened by lilyball about 4 years ago
Labels: enhancement

#55 - Document that .tap().requestCancel() does nothing

Issue - State: closed - Opened by lilyball about 4 years ago

#54 - Resolver.resolve(with: Promise) handles cancellation incorrectly

Issue - State: closed - Opened by lilyball about 4 years ago
Labels: bug

#53 - Can we add something like PromiseContext.isExecutingNow?

Issue - State: closed - Opened by lilyball over 4 years ago
Labels: enhancement

#52 - when(fulfilled:…) should be able to resolve synchronously

Issue - State: closed - Opened by lilyball over 4 years ago
Labels: bug

#50 - Consider changing timeout's default context to .nowOr(.auto)

Issue - State: closed - Opened by lilyball over 4 years ago
Labels: bug

#49 - timeout should skip the timer if the delay is <= 0

Issue - State: closed - Opened by lilyball over 4 years ago - 1 comment
Labels: enhancement

#48 - Memory leak in PromiseInvalidationToken

Issue - State: closed - Opened by lilyball over 4 years ago
Labels: bug

#47 - Add Promise.Resolver.isCancelled property

Issue - State: closed - Opened by lilyball almost 5 years ago
Labels: enhancement

#46 - A way to hold onto a promise without blocking cancellation propagation from children

Issue - State: closed - Opened by lilyball almost 5 years ago - 2 comments
Labels: enhancement

#45 - Add convenience methods to Obj-C for then+catch

Issue - State: closed - Opened by lilyball almost 5 years ago
Labels: enhancement, good first issue

#44 - Promise.requestCancelOnDeinit(_:) needs autoreleasepool

Issue - State: closed - Opened by lilyball over 5 years ago - 1 comment

#43 - Add PromiseInvalidationToken.chainInvalidation(from: PromiseInvalidationToken)

Issue - State: closed - Opened by lilyball over 5 years ago
Labels: enhancement

#42 - Bump version to v1.0

Issue - State: closed - Opened by lilyball over 5 years ago

#41 - Remove _NoErrorDecodableWorkaround

Issue - State: closed - Opened by lilyball over 5 years ago

#40 - Rename Promise.init(result:) to Promise.init(with:)

Issue - State: closed - Opened by lilyball over 5 years ago
Labels: enhancement

#39 - Add some minimal support for Result

Issue - State: closed - Opened by lilyball over 5 years ago - 1 comment
Labels: enhancement, good first issue

#38 - Dealloc completion blocks on the context they're scheduled on

Issue - State: closed - Opened by lilyball over 5 years ago - 3 comments
Labels: enhancement

#37 - DelayedPromise should conform to Equatable

Issue - State: closed - Opened by lilyball over 5 years ago
Labels: enhancement, good first issue

#36 - Consider adding `Promise.guard` method

Issue - State: closed - Opened by lilyball over 5 years ago - 3 comments
Labels: enhancement

#35 - Move deprecations to unavailable

Issue - State: closed - Opened by lilyball over 5 years ago

#34 - Add a .mainImmediate context

Issue - State: closed - Opened by lilyball over 5 years ago - 2 comments
Labels: enhancement

#33 - Remove default context parameter from map, etc

Issue - State: closed - Opened by lilyball over 5 years ago

#32 - Enable -Watomic-implicit-seq-cst in Xcode 10.2

Issue - State: closed - Opened by lilyball over 5 years ago

#30 - Add Promise.Resolver.resolve(with: somePromise)

Issue - State: closed - Opened by lilyball over 5 years ago - 1 comment
Labels: enhancement

#29 - PromiseCancellable.requestCancel() isn't public

Issue - State: closed - Opened by lilyball almost 6 years ago
Labels: bug

#28 - Consider adding Promise.cancellingImmediatelyUponRequest()

Issue - State: open - Opened by lilyball almost 6 years ago
Labels: enhancement

#27 - Add Promise(fulfilled:after:) and Promise(rejected:after:)

Issue - State: closed - Opened by lilyball almost 6 years ago - 1 comment
Labels: enhancement

#26 - Make delay cancelable

Issue - State: closed - Opened by julasamer almost 6 years ago - 8 comments
Labels: bug

#25 - PromiseInvalidationTokenBox should clean up the callback list when possible

Issue - State: closed - Opened by lilyball almost 6 years ago - 1 comment
Labels: enhancement

#24 - Add Swift<->ObjC bridging methods for Value: AnyObject, Error == Swift.Error

Issue - State: closed - Opened by lilyball almost 6 years ago
Labels: enhancement

#23 - Add PromiseInvalidationToken.cancelWithoutInvalidation()

Issue - State: closed - Opened by lilyball about 6 years ago

#22 - Tweak summary line for documentation on tap methods

Issue - State: closed - Opened by lilyball about 6 years ago - 1 comment

#21 - Can we break cancellation propagation in when(first:) after promise resolution when cancelRemaining is false?

Issue - State: open - Opened by lilyball over 6 years ago - 2 comments
Labels: enhancement, question

#20 - when does not work as expected when using `cancelOnFailure: true`

Issue - State: closed - Opened by julasamer over 6 years ago - 2 comments
Labels: bug

#19 - Cancellation doesn't work in 32-bit iOS 9 simulator

Issue - State: closed - Opened by lilyball over 6 years ago - 3 comments

#18 - Can't run in 32-bit iOS 9 simulator

Issue - State: closed - Opened by lilyball over 6 years ago

#17 - NoError should probably conform to Error

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#16 - Add fork() method

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#15 - Add Decodable conformance to NoError

Issue - State: closed - Opened by lilyball over 6 years ago

#14 - Ambiguity errors in Swift<->ObjC bridging

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#13 - Rename Promise(fulfilled:) to Promise.fulfilled(_:)?

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment
Labels: question

#12 - Add .cancelOnInvalidate() method to Promise

Issue - State: closed - Opened by lilyball over 6 years ago

#11 - Test that callbacks are released

Issue - State: closed - Opened by lilyball over 6 years ago

#10 - Add .unlinkingCancel accessor

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#9 - Better support for operation queues with delay/timeout

Issue - State: closed - Opened by lilyball over 6 years ago

#8 - Support RunLoop contexts

Issue - State: open - Opened by lilyball over 6 years ago
Labels: enhancement

#7 - Should we overload callbacks with variant that weakly captures `self`?

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment
Labels: question

#6 - Double-box PromiseInvalidationToken so we can automatically invalidate on deinit

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#5 - Should we adopt .map, .flatMap terminology?

Issue - State: closed - Opened by lilyball over 6 years ago - 4 comments

#4 - Add .tap observer

Issue - State: closed - Opened by lilyball over 6 years ago - 1 comment

#3 - Replace .linkCancel with automatic tracking

Issue - State: closed - Opened by lilyball over 6 years ago - 2 comments

#2 - Prepare Tomorrowland for v0.1 release

Issue - State: closed - Opened by lilyball over 6 years ago

#1 - Fix typo in README

Pull Request - State: closed - Opened by SilverTab over 6 years ago - 1 comment