Ecosyste.ms: Issues

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

GitHub / sindresorhus/p-cancelable issues and pull requests

#50 - How to use this with p-lazy?

Issue - State: closed - Opened by pastelmind about 1 year ago - 2 comments

#38 - Thenable isn't cancelable anymore

Issue - State: open - Opened by AndyOGo almost 2 years ago - 2 comments

#37 - 【Discussion】Object.setPrototypeOf(PCancelable.prototype, Promise.prototype)

Issue - State: closed - Opened by wfk007 about 2 years ago - 1 comment

#36 - Add `p-signal` to the Related section

Pull Request - State: closed - Opened by astoilkov about 2 years ago

#35 - Willing to add p-signal to the related section?

Issue - State: closed - Opened by astoilkov about 2 years ago - 7 comments

#34 - Fixes changing the canceled promises' state bug

Pull Request - State: closed - Opened by jopemachine about 2 years ago

#33 - isCanceled is not set to true when shouldReject is set to false and promise is rejected in onCancel

Issue - State: closed - Opened by Rychu-Pawel over 2 years ago - 3 comments
Labels: bug, help wanted

#32 - commonjs

Pull Request - State: closed - Opened by Loupi over 2 years ago

#31 - Improve the message error when attaching onCancel after the promise settled

Pull Request - State: closed - Opened by jopemachine over 2 years ago - 5 comments

#30 - Node Engine Lock

Issue - State: closed - Opened by amcdnl about 3 years ago - 1 comment

#28 - Fix TypeScript type for the cancel method

Pull Request - State: closed - Opened by rkesters over 3 years ago - 3 comments

#27 - About `AbortController`

Issue - State: closed - Opened by jonschlinkert over 3 years ago - 2 comments

#26 - Move to GitHub Actions

Pull Request - State: closed - Opened by Richienb over 3 years ago

#25 - Simplify `cancel()`

Pull Request - State: closed - Opened by szmarczak about 4 years ago

#24 - Immediately call `onCancel` handlers when a promise is canceled

Pull Request - State: closed - Opened by jonschlinkert about 4 years ago - 6 comments

#23 - Improve the message error when attaching `onCancel` after the promise settled

Issue - State: closed - Opened by szmarczak about 4 years ago - 1 comment
Labels: enhancement, help wanted

#22 - Utility static function to convert executor into a PCancelable

Issue - State: closed - Opened by tguichaoua over 4 years ago - 2 comments

#21 - Not compatible with global Bluebird promises

Issue - State: open - Opened by fluggo almost 5 years ago - 5 comments
Labels: bug, help wanted

#20 - TypeScript types don't work for calling .then on a PCancelable promise

Issue - State: closed - Opened by thomasjm over 5 years ago - 4 comments

#19 - Refactor TypeScript definition to CommonJS compatible export

Pull Request - State: closed - Opened by BendingBender over 5 years ago - 3 comments

#18 - Throw error if `onCancel` is called after promise settlement

Pull Request - State: closed - Opened by fregante over 5 years ago

#17 - Passing cancellation reason to cancel handler

Issue - State: closed - Opened by BendingBender over 5 years ago - 5 comments

#16 - Add TypeScript definition

Pull Request - State: closed - Opened by BendingBender over 5 years ago

#15 - `onCancel` handlers should be called immediately if the promise was cancelled already

Issue - State: closed - Opened by szmarczak over 5 years ago - 8 comments
Labels: enhancement, help wanted

#14 - Polyfill ?

Issue - State: closed - Opened by fritx almost 6 years ago - 1 comment

#13 - React-Native: Error on module init

Issue - State: closed - Opened by dleistn1 almost 6 years ago - 1 comment

#12 - Update index.js

Pull Request - State: closed - Opened by Arjan-Zuidema about 6 years ago - 1 comment

#11 - Add ability to not reject on cancel

Pull Request - State: closed - Opened by szmarczak about 6 years ago - 10 comments

#10 - Ability to cancel by calling `onCancel(reason)`

Pull Request - State: closed - Opened by szmarczak about 6 years ago - 10 comments

#9 - Add ability to provide cancel reason

Pull Request - State: closed - Opened by szmarczak about 6 years ago - 3 comments

#8 - Support wrapping an existing promise

Issue - State: closed - Opened by slorber over 6 years ago - 8 comments

#7 - Add support for `Promise.prototype.finally`

Pull Request - State: closed - Opened by amannn over 6 years ago

#6 - Name functions and parameters more explicitly

Pull Request - State: closed - Opened by fregante almost 7 years ago

#5 - Pass the onCancel callback as the last parameter instead of the first

Issue - State: closed - Opened by Qix- about 7 years ago - 1 comment
Labels: enhancement, help wanted

#4 - Fix New Relic issue with current way of inheriting from Promise

Pull Request - State: closed - Opened by theqabalist over 7 years ago - 11 comments

#3 - Fix issue with canceling after a timeout

Pull Request - State: closed - Opened by sindresorhus over 7 years ago - 2 comments

#2 - Add failing test case for resolve on cancel

Pull Request - State: closed - Opened by alextes over 7 years ago - 1 comment

#1 - Decorator

Issue - State: open - Opened by sindresorhus almost 8 years ago
Labels: enhancement