nichmor

Results 31 issues of nichmor

Having this `recipe.yaml` in a `recipe` folder ``` # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: version: "13.4.2" package: name: "boltons" version: ${{ version }} source: url: https://github.com/mahmoud/boltons/archive/${{ version }}.tar.gz sha256: 1843160500f560802b5240adf8073e35112d17a4ca02581b5c45bb571ded4df7 build: script:...

bug

Hello! I tried to find similar issue but without success. Sorry if it's a duplicate. Are there any plans ( or will you accept ) support of hyperfine as library...

This PR aims to change `pixi global install` to use new repodata gateway. Partially close #1720 ( pixi search and pixi global update should also use it )

### Description will be used by new gateway for pixi search

just some experiments to guide solver to use some already "cached" packages present on the systems. related to https://github.com/prefix-dev/pixi/discussions/1354 `Quo vadis?` By hypothetically having "boltons_21.0.0" in `cache/pkgs`, we can guide...

Based on my previous PR, I thought about making Archive type a building block so that you could reuse where needed. This is how you would use it in rattler-build:...

Until the new rattler is release, I'm using the patch for here https://github.com/prefix-dev/rattler-build/pull/1019/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R173

Currently, when re-building a Rust recipe and using cargo install, the process downloads and compiles the crates again. We could potentially cache the downloaded crates to make re-building the recipe...

enhancement

Having this variant config: ``` python: - "3.11.* *cpython" # - "3.12.* *cpython" # - "3.9.* *cpython" cxx_compiler: - if win: then: vs2019 ``` I will receive following error message:...

Having following in recipe.yaml: ``` tests: - requirements: run: - bzip2 script: - if: unix then: - test -f ${PREFIX}/fonts/Inconsolata-Regular.ttf - test -f ${PREFIX}/fonts/Inconsolata-Bold.ttf ``` will throw an error on...

:lady_beetle: bug