Kevin Mills
Kevin Mills
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? We are using conda-lock to...
### Conda-forge documentation - [X] I could not solve my problem using the conda-forge documentation. ### Installed packages ```shell This is a build issue https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=803562&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=986b1512-c876-5f92-0d81-ba851554a0a3 ``` ### Environment info ```shell...
When pasting JSON into the body of a request have an option to reformat/pretty it up. It would help with reading large/complex payloads. For example: **Before** ``` { "user": "user001",...
Release [1.8.29](https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.8.29) switched out miniconda for miniforge. The release page for 1.8.29 shows miniconda3-py39. Should it be updated to show miniforge3-py312?
> https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.8.26 should fix the issue. Feel free to reopen if the issue persists I just checked and wheel was not listed on the release page or in the dependency...
_Edit: Updated the title of the issue from **Miniconda is not free for commercial use**._ I wanted to propose switching out Miniconda for Miniforge. The Miniconda installer, while free for...
Contributing guidelines not pointing to the correct links for individual or corporate CLA documents.
The links to the CLAs look to be linked to the PDF documents, but when the link either link is clicked it redirects the browser to the main CF site....
## 🎯 Summary This PR adds native support for generating conda recipes from `pyproject.toml` files to the `rattler-build generate-recipe` command. This integrates the core functionality from [pyrattler-recipe-autogen](https://github.com/millsks/pyrattler-recipe-autogen) directly into rattler-build,...
## Summary Add native support for generating conda recipes from `pyproject.toml` files to the `rattler-build generate-recipe` command. This would integrate the core functionality from [pyrattler-recipe-autogen](https://github.com/millsks/pyrattler-recipe-autogen) directly into rattler-build, eliminating the...
## Description We use hatch-vcs in all of our projects. There is a specific version format that they push to us on our build pipeline to align with their SCM...