Daniel Bast

Results 71 comments of Daniel Bast

Ran into this several time, but seems like there is not much interest in this... can close the PR in that case.

Created a minimal example here: https://github.com/dbast/gradle-minimal The renovate bot opens two PRs, which are currently missing the verification metadata update, thus CI fails: * https://github.com/dbast/gradle-minimal/pull/4 * https://github.com/dbast/gradle-minimal/pull/5 There are two...

@rarkins Yes, updating the renovate PRs by just applying `./gradlew --write-verification-metadata sha256` is enough... that is what the PRs 6+7 in the minimal example repo contain. Regarding gradle wrapper usage:...

install.packages("aws.s3") etc is installing the versions from CRAN... did you try the versions from drat/github as described here https://github.com/cloudyr/aws.s3#installation ?... this way you get aws.s3 version 0.3.19, which is much...

got added via https://github.com/conda-forge/staged-recipes/pull/20366

@PolarisRisingWar Can you provide some reproducible commands to reproduce this? e.g.: `conda install conda-forge::conda-pack && conda create --name testenv packageA packageB && conda-pack --name testenv -o testenv.tar.gz`` Thanks

@anaconda-issue-bot check

@xhochy What are your plans with this PR? What about rebasing it?

This is now enabled for defaults packages... will look into rebasing and testing that. Update: see e.g. `wget -qO- https://anaconda.org/anaconda/pytest/7.1.2/download/linux-64/pytest-7.1.2-py38h06a4308_0.tar.bz2 | tar xOz info/about.json | jq '.extra'` Though the extra...

To not re-invent the wheel here, how are other packaging eco systems solving that e.g. linux distributions like debian or homebrew?