Daniel Bast
Daniel Bast
pre-commit.ci autofix
Nice. This can be maybe made even tidier (and better to read) via the pattern `cmd || goto :error` instead of the many duplicated lines with `@IF NOT [%ERRORLEVEL%]==[0] @EXIT...
Related to this https://github.com/conda-forge/r-base-feedstock/issues/110
Almost all CRAN supported licenses (except Apache 2.0) are afaik packaged via the R upstream tarball und thus are also part of the conda r-base package. The individual r package...
@conda-bot check
What about running squid without Docker, by directly running `sudo apt-get install -y squid` and then running squid as subprocess inside a pytest fixture? (it is also installable via brew...
two questions: * Do the other Arch and Platform enums have tests? * What is the value of enum unit tests here? the thing that really matters is: will the...
a canary build of the PR would be nice to install conda locally and run some of the commands here https://emscripten-forge.readthedocs.io/en/latest/src/usage.html
thanks @jaimergp for the initiative here. some background: * this got enabled in conda-build in Jan 2022 via https://github.com/conda/conda-build/pull/4303 * this got enabled for defaults packages beginning of April 2022...
yep. there was no release after the PR merge yet... till then the hook can be used via e.g. ``` - repo: https://github.com/crytic/slither # latest commit sha1 on master ......