Zameer Manji
Zameer Manji
### Description I have observed a performance regression in building wheels with `--use-pep517` vs `--no-use-pep517` ### Expected behavior No significant performance change between `--use-pep517` and `--no-use-pep517` ### pip version 21.1.2...
The [algebird-test](https://github.com/twitter/algebird/tree/develop/algebird-test) artifact distributes scalacheck properties which allow users of the library to ensure they are implmenting traits defined in the library sucessfully. Similarly, the properties defined in `BaseProperties.scala` should...
I have a dropwizard application which uses dropwizard-cassandra. I have noticed that despite my application queries always succeeding, the provided `CassandraHealthCheck` is reporting failures and causing my application to report...
Here is an example document ``` latex \documentclass[dvisvgm,preview]{standalone} \usepackage{fontspec} \setmainfont{OpenSans-Regular.ttf} \begin{document} Hello \end{document} ``` On a latest tex live 2022 with dvisvgm 3.0.1 Running the following: ```shell $ latexmk -dvilua...
When I compile with the `-Xlint:all -Werror` args to javac, the build fails with: ``` warning: No processor claimed any of these annotations: org.immutables.value.Value.Immutable,org.immutables.value.Value.Check ``` According to the docs for...
On an Ubuntu Jammy machine I cannot get nix to build with the sandbox enabled and sandbox fallback disabled. To reproduce first ensure the following is added to `~/.config/nix/nix.conf`: ```...
This is a question about pex's performance when creating virtualenvs. The example below is extracted from a Dockerfile where I am trying to understand if I can speed up the...
Peeled out of https://github.com/pantsbuild/pex/issues/2312#issuecomment-1871722718 Thinking about it an external venv should copy files from the wheel cache instead of hardlinks / symlinks. In my case I use pex to create...
`pex3 venv create` in `2.1.135` accepts a `--bin-path` argument but does not populate a `__main__.py` in the root of the venv so it does nothing. To fix this we can...
due to https://github.com/pypa/pip/issues/6543 it's not possible for pex to resolve dependencies with a statically linked python. To reproduce in a clean chroot. ``` $ wget https://github.com/indygreg/python-build-standalone/releases/download/20221220/cpython-3.10.9+20221220-x86_64_v3-unknown-linux-musl-install_only.tar.gz $ tar xvzf cpython-3.10.9+20221220-x86_64_v3-unknown-linux-musl-install_only.tar.gz...