Daniel Holth

Results 349 comments of Daniel Holth

We could move all downloads back into Python, now that it is multithreaded.

We will need to move the repodata.json downloads back into Python for incremental repodata. The merged parallel package downloads feature should already provide great package download speed.

When will we run black on the entire conda source code, commit that, and mark it as a revision to ignore for blame purposes?

Looks like libmambapy needs a few minor forward declarations to avoid C++ types in its docstrings, and then the stub generator works. Hopefully `bindings.pyi` can be installed next to the...

Personally I am not interested in adding wheel to setuptools. I am more interested in subtracting setuptools and distutils and even bdist_wheel itself from my own packages using enscons. But...

For my use case caching the metadata only, without the content is working well. The application downloads the content to a location outside of the cache if `from_cache` is False.

I ran into this issue with Apache 2.4. By setting `LogLevel debug` in the main apache config and `TKTAuthDebug 3` in the protected Location in Apache, I was able to...

-1 on removing pip I would have to change all of my deployment scripts. +1 on removing pipX and pipX.Y On Tue, Oct 6, 2015, at 08:16 AM, Cory Benfield...

Another alternative would be to stop requiring that pip execute in the same Python environment that it is installing things into...

For that particular idea the main benefit would be that you would only have to upgrade pip once.