liam
liam
We have many tests to run, node startup was really slow, these changes speed it up: - Move sleep to end of client creation loop and reduce it to 100ms...
If a language tag is present, we currently won't end up going anything, i.e this test will fail: ```rust #[test] fn language_specific_formatting() -> Result { Test::new()? .markdown( r#" ```rust present...
Resolves https://github.com/astral-sh/uv/issues/16833 `uv self update` could error with a better message if it knows the user has installed it with brew. This diff adds an `InstallSource` we can use the...
Part of https://github.com/astral-sh/uv/issues/16771 This diff introduces `--exclude-packages` to pip {compile, install, tool install}, accepting comma-delimited package names (with `--exclude-package` as an alias) to exclude packages without an excludes file.
There are cases where users may want to exclude a single package, but end up having to [write it to a file](https://x.com/vllm_project/status/1988832111659479440) in order to do so, which I find...
Resolves https://github.com/astral-sh/uv/issues/16435 This first pass extends the build backend to parse, validate, and emit `project.import-names` / `project.import-namespaces`, including the new error cases and prefix checks (outlined in the [PEP 794](https://peps.python.org/pep-0794/)...
This PR honors the `history.max_bytes` configuration parameter by trimming `history.jsonl` whenever it grows past the configured limit. While appending new entries we retain the newest record, drop the oldest lines...
Resolves https://github.com/sharkdp/fd/issues/1844 This diff implement a `leaf` type so users can filter out directories without any subdirectories.