Ken Odegard

Results 137 comments of Ken Odegard

Not 100% sure why we have two. I'm guessing `recipe` is for local/dev/debug builds? `conda.recipe` is the one used for our [canary builds](https://github.com/conda/actions/blob/f1e744d3e212034f62962cd9a0dcd70fa2f0dee6/canary-release/action.yml#L75).

@bryevdv that's the day we tagged the release here on GH, we are still waiting on the packaging team to make it available (see feedstock links above)

`conda-build 3.22.0` is now available on both `main` and `conda-forge`.

Additional testing and work is being done on the feature branch, see `feature/signature-verification`. Closing as completed for now.

[The canary builds are still failing](https://github.com/conda/conda/runs/7754554546?check_suite_focus=true#step:3:775) After some digging it's all due to an innocent `path/to/python -m conda` call that should be `path/to/conda`, a short-term fix is proposed in https://github.com/conda/conda/pull/11709

We recently enabled pre-commit, please wait for #4327 to be merged which will resolve all of these issues. Thanks.

I think we should amend the naming convention and just follow Git's standard. It's eighter "Git" or `git`, nothing in between. So "Conda" or `conda`, nothing in between. So if...

Absolutely concur, other pages for inspiration: - [Poetry](https://python-poetry.org/) & [Poetry Docs](https://python-poetry.org/docs) - [Anvil](https://anvil.works/) & [Anvil Docs](https://anvil.works/docs/overview) - [Bundler](https://bundler.io/) & [Bundler Docs](https://bundler.io/docs.html) - [Stripe Docs](https://stripe.com/docs) & [Stripe API Docs](https://stripe.com/docs/api) - [Dropbox...

@geohadab We would absolutely appreciate any help to localize our documentation but it would probably be best to hold off on this ATM as we are currently investigating options to...