Jannis Leidel

Results 692 comments of Jannis Leidel

> > * Rely on a frozen `conda-lock` executable? 😎 Constructor essentially locks an environment and bundles it, putting a OS-specific UI/CLI on top. > > This sounds like an...

I'd would strongly suggest to follow the [Diátaxis Framework](https://diataxis.fr) in how to structure the docs to guide different levels of experience to the right place. This has been a pattern...

> That depends, actually. If the core doc structure is being implemented in a near future, I guess I can wait before that happens to start contributing to it. >...

> If it is secret, why not specify it via a github secret? Those get redacted automatically from output. I did, but https://github.com/dokku/ci-docker-image/blob/4661c62a16ba6a77336c043b44dda37d4f6b9cf0/bin/setup-ssh#L26 will make this moot and print the...

> Ah. We can just drop printing the host? Yeah, there is some more info afterwards, which I'm not sure where it comes from: ``` Generating SSH_HOST_KEY from ssh-keyscan against...

I agree with Ken that `conda.tlz` is yet another name for a `utils` module and we have already places for these things like [conda.common](https://github.com/conda/conda/tree/main/conda/common).

> Instead of hardcoding this condition into the initialize function, I think that it makes more sense to define this as a conditional default for the `--system` option itself in...

> Hey all, as mentioned previously just get miniforge or a build that isnon 4.12 it solved all the issue until the team figures out how to repair 4.14. Seems...

> Apologies for my ignorance! was stuck in an endless loop. Every single package that needed openssl would cause a conflict. If i accepted to install the package, it would...