Wolf Vollprecht
Wolf Vollprecht
I'm happy to make a new PR with the test suite after vembachers pr is merged. This was mostly a demonstration that tests pass.
Hey @Xynnn007 thanks so much for your review. I'll try to address the comments swiftly. Just FYI I also started a separate project for a leaner sigstore implementation in Rust...
Does the URL have a valid HTTPS certificate? Is there a difference with the URL indicated, and one that (probably) works like `https://host/repository/py-conda-forge/win-64/repodata.json`?
Ie. could you share what `curl`-ing those two URLs returns?
Do you need to use `-k` or `--insecure` when using `curl`?
@pavelzw do you know if we need any additional features on rustls-tls to use the native certificates?
Yeah, there is no technical limitation why it wouldn't work directly from a Github package. Right now, we just use the easy to parse JSON but you could also write...
Hey @jdblischak indeed thanks! I was working on more automatic recipe generation for R recipes from inside `rattler-build`. The `r-forge` stuff is currently here: https://github.com/wolfv/r-forge and follows a common pattern...
@vincent-pollet It sounds like for your scenario, having detached environments and no lock file you would benefit from a `--no-lockfile` flag or, alternatively, a `--no-check/--assume-installed` mode that completely ignores the...
Sure, but in our case the server application already checks the hash and we don't want to send the file around to the microservice to validate the signature :) Also...