Mervin Fansler

Results 104 comments of Mervin Fansler

@conda-forge/help-python ready for review 🙏

Fails compiling `souporcell` with [complaint about VCFReader](https://github.com/bioconda/bioconda-recipes/actions/runs/13069177826/job/36466998862?pr=47935#step:7:941): ```rust error[E0277]: `vcf::VCFReader` is not an iterator --> src/main.rs:320:19 | 320 | for record in vcf_reader { | ^^^^^^^^^^ `vcf::VCFReader` is not an...

@BiocondaBot please fetch artifacts

@martin-g thanks for the review. I locally tested the artifact and confirmed it works. I'll leave this to you for (re-)review and merge.

@bgruening thanks for the reminder! I believe we should still wait for R 4.4/UCRT migration to complete on Conda Forge, otherwise submitted recipes would not build correctly on the current...

R 4.4/UCRT migration has finally completed (https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/7024), so this should be ready to merge.

No problem - should be matched to the migrator now.

Bump. 🙏 FYI: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository

In general, I'd also like to see more control added to exporting. Other than the full export - which is completely appropriate for record keeping - the other two options...

@kemalcollaborations The `--from-history` mode recapitulates whatever was originally told Conda to install (also called "*explicit specifications*"). This is basically what one sees from scraping through the `conda-meta/history` file from the...