Bernát Gábor

Results 118 issues of Bernát Gábor

👍 See https://github.com/tox-dev/tox-uv/issues/10 for a use case.

enhancement

https://github.com/tox-dev/pyproject-api/blob/df39546/src/pyproject_api/_backend.pyi#L1 ``` ❯ pre-commit run --all-files fix end of files.........................................................Passed trim trailing whitespace.................................................Passed Validate GitHub Workflows................................................Passed codespell................................................................Passed tox-ini-fmt..............................................................Passed pyproject-fmt............................................................Passed ruff-format..............................................................Failed - hook id: ruff-format - files were modified by this...

bug

When trying to run the tool on Windows, I get this rust like stack trace: ``` Error: The system cannot find the file specified. (from CreateProcessA(null(), child_cmdline.into_bytes_with_nul().as_mut_ptr(), null(), null(), 1,...

windows

I would appreciate it if we could get the resolved packages list without needing to install them into a virtual environment. For example it would be super helpful to be...

question

Pip supports setting environment variables via flags, today I know of UV_INDEX_URL and UV_EXTRA_INDEX_URL that uv also has. However, such as `PIP_PREFER_BINARY=true` I don't think has an equivalent. It would...

good first issue
configuration

### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

help wanted
features

Sub-commands have the option to have aliases (see https://docs.python.org/3/library/argparse.html#sub-commands), consider using them. `hatch e s` could be an alias for `hatch env show` 🤔 and similarly all others. This would...

Basically, the equivalent of the tox https://tox.wiki/en/4.12.1/config.html#env_site_packages_dir, for specifying the installed path of a package for coverage.

The directory is tied to the environment, and is cleaned up at the start of every run. This is to have a place to dump data during the run, that's...