konsti
konsti
What's the status on this? After 1611da0b3eed5bb2b580a75d26ce208bad6d5c53 `ProjectBuilder(src_dir).metadata_path(metadata_dir)` seems to work for me in parallel in a thread pool, but would like to avoid deploying something that might have a...
I would change the reasoning/description: Follow the XDG specification on all Unix platforms. Ruff will now use the XDG config directory to read user-level configuration (default: `~/.config/ruff/ruff.toml`) over `Library/Application Support/ruff/ruff.toml`...
The whole plural handling imho makes a lot of effort over just reformulating plural-independent
Note that in the meantime, using the standalone installer (`curl -LsSf https://astral.sh/uv/install.sh | sh`) should work; it will fallback to the statically compiled (musl) version, which works independent of glibc...
I hope i'm understanding the suggestion correctly, but i think we can add manylinux tags to the musllinux wheels, as long as they are lower than the main manylinux image,...
We need to resolve symlinks for the caching, but i think we can use the resolved version for caching and the original version for the venv. I think we should...
For future reference, i've [confirmed](https://github.com/konstin/pep508_rs/actions/runs/4610385443) that changing ```yaml - name: Build wheels - x86_64 uses: PyO3/maturin-action@v1 with: target: x86_64 ``` to ```yaml - name: Build wheels - x86_64 uses: PyO3/maturin-action@v1...
The code does compute hashes, but does not compile bytecode, right? I've benchmarked my own wheel installer implementation against pip 22.2.2, poetry 1.2.2 and this branch (`poetry@installer`) using [this sample...
We've now implemented this change in #5115, this should also fix your problem. If it doesn't, please feel free to reopen.
Yes, lodash and lodash merge are both in my yarn lock file.