Kenneth Sills
Kenneth Sills
I'm not sure when this changed (the move to Typescript obfuscated the blame history a little), but the library now works the way the ticket author requested: ```js const client1...
Curious what the use-case here was. 425 status codes are really a part of the initial handshake process and should be handled by either the browser/Node themselves through an immediate...
@mahnunchik The maintainer responds more to PRs than to issues (they have... uh... *a few* repositories). In the next month or so I can probably get to this; unless you...
Ah, tracing back the origin of that offending line, it seems there was actually [a discussion](https://github.com/sindresorhus/ky/pull/110/files/0b30280ba06ca4ab8a2cfdf5b2a1cf1d26d9613b#r266529193) about this very thing back in 2019: >**Q:** Should this be exposed? > **A:**...
*Part* of the original issue here is fixed (Ky 1.2.3, Node 21.6.2): ```js const client = ky.create({ searchParams: { api: 123 } }); client.get('', { searchParams: { _limit_: 1 }...
@sholladay Do you have any opinions on this? I know we said in #408 that this would be addressed with the update to `extends`, but since this is about the...
[Per the maintainers:](https://github.com/prettier/plugin-php/issues/2060#issuecomment-1259314310) > We have always used PSR / PER as guidance when making formatting decisions, but we never aimed to be fully PSR / PER compliant. Probably there...
The upstream parser library doesn't have support for PHP 8(.3) yet. See [related ticket](https://github.com/glayzzle/php-parser/issues/486). This specific issue is tracked [here](https://github.com/glayzzle/php-parser/issues/1133).
For what it's worth, Gitlab 17.2 will add the [`allow_push_repository_for_job_token` feature flag](https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html#push-to-a-project-repository-using-a-job-token). When that's stable, this will be a non-issue, as @travi commented in bullet (6) above.
Confirmed not working with 10.8.2. EDIT: Seeing the Gitlab URL for your registry, this may actually be a duplicate of https://github.com/npm/cli/issues/5380, also related to [Gitlab \#344107](https://gitlab.com/gitlab-org/gitlab/-/issues/344107).