Chris F

Results 11 comments of Chris F

The problem lies in the handling of the `dbx` default values in the [dbfs](https://github.com/databrickslabs/dbx/blob/2ad685fb5c1c7fe936ad73976460527a293c9af8/dbx/commands/sync/sync.py#L162) and [repo](https://github.com/databrickslabs/dbx/blob/2ad685fb5c1c7fe936ad73976460527a293c9af8/dbx/commands/sync/sync.py#L242) functions. The `profile` param value defaults to `"DEFAULT"` string ``` def( ..., profile: str...

This is one of the milestones for conda to bring it back from the stone ages and provide support for modern Python standards. According to the [official docs](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#is-pyproject-toml-mandatory) `pyproject.toml` is...

Pixi looks legit as another package manager for Python, but it hasn't been published to the official conda channel. For many organizations with strict channel policies, it isn't an option.

Feeding multipart requests that way is fine but hangs the responses (as the iterators are not consumed and `file.tell()` keeps pointing to 0). ``` def chunk_file(f, chunk_size, chunk_limit): chunks_read =...

According to the [changelog](https://github.com/conda/conda-build/blob/main/CHANGELOG.md) and that [test](https://github.com/conda/conda-build/blob/72b118627b4ebe12762fe630d32b0dbdc07c5f04/tests/test_post.py#L42), the post-build metadata manipulation is no longer supported, suggesting that the linked docs fragment might not be up to date. By the way,...

@buttercannfly Cool, thanks! Could you enable issues in your project?

As a user, I would get confused if the package building task were named anything other than `build`. It follows the same convention as conda and poetry CLIs and cannot...

@conda-forge/help-python, ready for review!

@conda-forge-admin, please ping team

@conda-forge-admin, please ping team