nishantvarma

Results 7 comments of nishantvarma

I have the same issue , is there a fix ? All that it is needed is a "refresh" . I use the tabbedex plugin in urxvt and when I...

@gotcha/@mnjagadeesh , I think this fix is working as expected. I also observed slowness in the `hashcmp` function (more details in the above issue). Maybe `setuptools` can check for the...

@marcsc13 , You are right, `compose/cli/docker_client.py` refers to v1; however, that's also released by Docker, so your real option seems to be to either downgrade Docker's Python wrapper: `pip install...

I also asked in https://github.com/pypa/setuptools/issues/4264. However, it seems to be an issue with how Buildout does things -- it should be able to filter out irrelevant packages much earlier (it...

Thanks, @icemac. I tried that -- it still downloads the Python 38 wheel. It does create a folder called `eggs/cp310/pkg-7.3.0-py3.10.egg` but it the Python 38 contents. I think it should...

I always set `download-cache` to `downloads/dist`. When it is empty, it downloads `pkg-py38.whl` to cache and converts it as `eggs/pkg-py310.eggs`. If I manually download `pkg-py310.whl` to cache, it picks that...