eth3lbert
eth3lbert
This PR starts porting some of the current test suit to [Playwright](https://playwright.dev/). Additionally, the tests will be implemented in **Typescript**.
This PR primarily addresses the issue by reverting the error portion to its previously working implementation and adds a test. Closes #1508.
**Is your feature request related to a problem? Please describe.** Currently, `@graphql-codgen/typescript-graphql-request` uses a hard-coded `Sdk` type. If the schema also has a `Sdk` type, this will cause a conflict....
This is a follow-up PR to #8521 and add e2e test into our CI.
## Summary Part of #6173 . ## Test Plan Inspect the help output for the following commands. `cargo run pip install --help` `cargo run pip sync --help` `cargo run pip...
## Summary Resolves #6196 . ## Test Plan Run `cargo check` multiple times within the worktree and inspect the outputs. There should be no `Compiling` message after the first check.
Currently, when working in a worktree, `uv-cli` still recompiles even when there are no changes. Running `cargo check --verbose` multiple times shows something similar to the following:: ``` shell-session ......
Thank you for the great plugin! I would like to suggest that the `post_hook` also be executed when the operation is canceled. Consider a scenario where we set `inccommand` to...
## Summary This PR adds support for man pages for `uv tool` by treating `entrypoints` and `manpages` as tool `resources` and changing a series of related functions. The receipt is...
This PR add support for the offset-based pagination to crate versions endpoint, which is a prerequisite for maintaining consistent pagination layout in the frontend.