Ecosyste.ms: Issues

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

GitHub / sindresorhus/ky issues and pull requests

#656 - Add the timeout type option

Issue - State: open - Opened by AlexRMU 5 days ago

#654 - Implement oAuth 1.0 in ky

Issue - State: closed - Opened by MiloshN 6 days ago - 2 comments

#652 - KyResponse, KyRequest to interface, not type.

Issue - State: closed - Opened by semanticist21 11 days ago - 2 comments

#650 - Orphan ReadableStream remaining after retry

Issue - State: open - Opened by HaidongPang 18 days ago - 1 comment

#649 - Clean up orphan ReadableStream remaining during parsing response (#648)

Pull Request - State: open - Opened by HaidongPang 18 days ago - 5 comments

#648 - A ReadableStream branch was created but never consumed

Issue - State: open - Opened by HaidongPang 19 days ago - 3 comments

#647 - No way to set timeout for .text() / .json()?

Issue - State: closed - Opened by Mercencium 26 days ago - 3 comments

#645 - Modifying FormData body in beforeRequest hook does not work

Issue - State: open - Opened by stevensacks about 2 months ago - 2 comments

#643 - Convert KyResponse to an interface for better extensibility

Issue - State: open - Opened by yslpn about 2 months ago

#642 - Improve Error Handling for Better Integration with React Query

Issue - State: open - Opened by yslpn about 2 months ago

#641 - Removed The Need For .js Extension For Imports

Pull Request - State: closed - Opened by TheDokT0r about 2 months ago - 2 comments

#640 - Can't Override `request.url` in `beforeRequest` hook

Issue - State: open - Opened by kevbook 2 months ago - 2 comments

#638 - Update readme.md to clarify HTTPError

Pull Request - State: open - Opened by gnowland 2 months ago - 3 comments

#636 - `timeout` option doesn't work when using `beforeRequest` (or other?) hooks

Issue - State: closed - Opened by 0l1v3rr 2 months ago - 5 comments

#635 - Seeking clarification on pronunciation of this library's name

Issue - State: open - Opened by thebanjomatic 2 months ago - 3 comments

#633 - Memory leak with deno/bun when catching errors

Issue - State: open - Opened by daweijs 2 months ago

#632 - Add onUploadProgress option

Pull Request - State: open - Opened by jadedevin13 3 months ago - 2 comments

#631 - Introduction of Object.hasOwn in Release 1.6.0

Issue - State: closed - Opened by Berhart 3 months ago - 1 comment

#630 - headers prop missing

Issue - State: closed - Opened by Venipa 3 months ago - 2 comments

#629 - Error in Safari: TypeError: Object.hasOwn is not a function

Issue - State: closed - Opened by Elliott-Hu 3 months ago - 1 comment

#628 - Mark `ky.create()` options as optional in public types

Pull Request - State: closed - Opened by dirkluijk 3 months ago - 1 comment

#627 - Using FormData With Ky Causes Script to Never Terminate

Issue - State: closed - Opened by andrewaustin 3 months ago - 2 comments

#626 - Revise CDN links in readme

Pull Request - State: closed - Opened by kidonng 3 months ago

#625 - Add support for string union types in searchParams Record value

Pull Request - State: closed - Opened by milk717 3 months ago - 2 comments

#624 - feature request: errors as returned values

Issue - State: closed - Opened by mAmineChniti 3 months ago - 2 comments

#623 - Remove `NodeJS` type prefixing

Pull Request - State: closed - Opened by Kaishiyoku 3 months ago

#622 - request.d.ts compile error for browsers

Issue - State: closed - Opened by Kaishiyoku 3 months ago - 3 comments

#621 - Change the default retry amount

Issue - State: closed - Opened by quememo 3 months ago - 2 comments

#620 - [Question] Does it support HTTP/2 ? (compraison with Got)

Issue - State: closed - Opened by SirMishaa 3 months ago - 2 comments

#619 - Add JSON generics to ky() and HTTPError

Pull Request - State: closed - Opened by sholladay 3 months ago - 5 comments

#618 - Add support for the `RateLimit-Reset` header

Pull Request - State: closed - Opened by sholladay 4 months ago - 1 comment

#617 - Aggregated error on server side.

Issue - State: closed - Opened by nihanmubashshir 4 months ago - 1 comment

#616 - Remove unnecessary setting of `credentials` option

Pull Request - State: closed - Opened by sholladay 4 months ago

#615 - Add generic for HTTPError to type the response

Issue - State: closed - Opened by yslpn 4 months ago - 2 comments
Labels: enhancement

#613 - Fix signal handling for Request objects

Pull Request - State: closed - Opened by crisshaker 4 months ago - 5 comments

#612 - readme nitpicking

Pull Request - State: closed - Opened by kidonng 4 months ago

#611 - Add support for passing a function to ky.extend()

Pull Request - State: closed - Opened by mfulton26 4 months ago - 7 comments

#610 - Use KyRequest and KyResponse types in errors

Pull Request - State: closed - Opened by mfulton26 4 months ago - 5 comments

#609 - Consider extracting the HTTPError logic to an external module

Issue - State: closed - Opened by fregante 4 months ago - 4 comments

#608 - Use `X-RateLimit-Reset` header to determine retry delay

Issue - State: closed - Opened by fregante 4 months ago - 9 comments
Labels: enhancement, good first issue

#607 - retry and beforeRetry not triggered

Issue - State: closed - Opened by Inhoob 5 months ago - 8 comments

#606 - Add baseUrl option, rename prefixUrl, and allow leading slashes in input

Pull Request - State: open - Opened by sholladay 5 months ago - 16 comments

#605 - Allow for logging network errors and JSON parse errors

Issue - State: open - Opened by danbahrami 5 months ago - 5 comments
Labels: enhancement

#604 - Retry request even if retry delay is zero

Pull Request - State: closed - Opened by sholladay 5 months ago

#603 - Clamp Retry-After time to retry.maxRetryAfter

Pull Request - State: closed - Opened by sholladay 5 months ago

#602 - Change default request mode to same-origin

Pull Request - State: closed - Opened by sholladay 5 months ago - 10 comments

#601 - Fetch with an uncloned request when possible

Pull Request - State: closed - Opened by sholladay 5 months ago

#600 - Improve robustness of request construction

Pull Request - State: closed - Opened by sholladay 5 months ago

#599 - Allow explicitly unsetting hooks on `.extend()`

Pull Request - State: closed - Opened by Kenneth-Sills 5 months ago - 3 comments

#598 - feat(retry): allow respecting Retry-After for user-defined status codes

Pull Request - State: closed - Opened by Kenneth-Sills 5 months ago - 2 comments

#596 - How to download files from external host

Issue - State: closed - Opened by higoka 5 months ago

#595 - Add request method and URL to error messages

Pull Request - State: closed - Opened by sholladay 5 months ago - 2 comments

#594 - New request in afterResponse hook with formData content

Issue - State: open - Opened by jeanmatthieud 5 months ago - 1 comment
Labels: bug

#593 - Add `cause` to `TimeoutError`

Pull Request - State: closed - Opened by arty-name 5 months ago - 9 comments

#592 - Set TimeoutError#cause to be Request or URL

Issue - State: closed - Opened by arty-name 5 months ago - 2 comments

#591 - Fix `onDownloadProgress` test commented out in test/browser.ts

Pull Request - State: closed - Opened by komura-c 6 months ago - 1 comment

#589 - feat: consider cookiejar support

Issue - State: open - Opened by Thinkscape 6 months ago - 4 comments

#587 - Refresh token with ky: 2 calls instead of 1

Issue - State: closed - Opened by ericledonge-betonprovincial 6 months ago - 2 comments

#586 - Allow extend() to append to prefixUrl

Issue - State: closed - Opened by mfulton26 7 months ago - 5 comments

#584 - HTTPError json as unknown/type

Issue - State: closed - Opened by mfulton26 7 months ago - 3 comments

#583 - retry not working?

Issue - State: closed - Opened by zacronos 7 months ago - 1 comment

#582 - Improve detection of streaming request support (#581)

Pull Request - State: closed - Opened by edram 7 months ago

#581 - Error: unsupported BodyInit type

Issue - State: closed - Opened by edram 7 months ago

#580 - how to send binary data?

Issue - State: closed - Opened by uinz 7 months ago - 1 comment

#579 - feat: add support for `stringifyJson`

Pull Request - State: closed - Opened by Reverier-Xu 7 months ago - 1 comment

#578 - Fix request types for use with Node

Pull Request - State: closed - Opened by jliuhtonen 7 months ago - 3 comments

#577 - add link to Request Web API

Pull Request - State: closed - Opened by mjkhonline 7 months ago

#575 - beforeError hook isn't called on 500 responses

Issue - State: closed - Opened by geoff-harper 7 months ago - 4 comments

#573 - Meta tweaks

Pull Request - State: closed - Opened by gao-sun 8 months ago

#573 - Meta tweaks

Pull Request - State: closed - Opened by gao-sun 8 months ago

#571 - fix a small typo in a JSDoc comment

Pull Request - State: closed - Opened by hawkrives 8 months ago

#570 - FormData & Files Encoding

Issue - State: open - Opened by bim-oulabi 8 months ago - 2 comments

#569 - Compatibility issue with Cloudflare Worker

Issue - State: open - Opened by lpellegr 8 months ago

#569 - Compatibility issue with Cloudflare Worker

Issue - State: closed - Opened by lpellegr 8 months ago - 4 comments

#568 - In Next.js app: Only absolute URLs are supported

Issue - State: closed - Opened by baptisteArno 8 months ago - 1 comment

#567 - Content-Type detection

Issue - State: closed - Opened by fregante 8 months ago - 3 comments

#566 - response.clone(...).arrayBuffer is not a function

Issue - State: closed - Opened by filpoyma 8 months ago - 2 comments

#565 - Fix `exactOptionalPropertyTypes`, fix TypeScript 5.4

Pull Request - State: closed - Opened by alecmev 8 months ago - 1 comment

#563 - await ky.get('url').json() or .text() is an empty string sometimes

Issue - State: closed - Opened by tnfAngel 9 months ago - 11 comments

#561 - Allow input to start with slash by removing head slashes

Pull Request - State: open - Opened by jdavidferreira 9 months ago - 8 comments

#559 - fix: support cloudflare workers

Pull Request - State: closed - Opened by riderx 9 months ago - 3 comments

#555 - How to handle HTTP Delete Method (204) with ky?

Issue - State: closed - Opened by zebra-f 11 months ago

#554 - Types for headers

Issue - State: closed - Opened by nichoth 11 months ago - 2 comments

#553 - Cannot use import statement outside a module, Jest

Issue - State: closed - Opened by net-illia-stetsenko 11 months ago - 1 comment

#552 - feat: exports Input type

Pull Request - State: closed - Opened by bertho-zero 11 months ago

#550 - How to abort retry before hitting the retry limit?

Issue - State: closed - Opened by KyleRicardo 11 months ago

#549 - Support for SSL client certificate in Nodejs undici

Issue - State: closed - Opened by snird 12 months ago - 4 comments

#548 - TypeError: signal.throwIfAborted is not a function

Issue - State: closed - Opened by darrinmn9 12 months ago - 9 comments

#547 - Fix #528 (retry count 1 less than retry limit)

Pull Request - State: closed - Opened by MunyuShizumi 12 months ago

#546 - Support per-request timeouts that trigger retries

Issue - State: open - Opened by victordidenko about 1 year ago - 1 comment
Labels: enhancement, help wanted