Wolf Vollprecht
Wolf Vollprecht
I am looking into better support for "reproducible builds". I added support for `SOURCE_DATE_EPOCH` in one place in #140 - however, there are a few more timestamps in debug symbols...
Checklist - [ ] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [...
The Python requests library has a "redirect history" feature. That can be useful to get access to previous headers, or other response data that was sent along with a 30x...
I think most packages that use `cargo install` should also use `--locked` and `--no-track`. The `--locked` will guarantee that the Cargo.lock file is used and the correct dependency versions are...
### Where should the content be added? In the knowledge base or even as a linter ### What should be added? We should (force) people to use `cargo install --locked...
When the module is compiled with `MODULE` (the default), the proper linker flags are added on macOS (specifically `-undefined dynamic_lookup`). Otherwise, `rclpy` segfaults when linked on conda. Is the `SHARED`...
Click on the link to the issue where the voting markdown was used, and count votes easily! :)
The ideas are as follows: - we create a new "manifest" file that contains all the state for all the global environments - we add some new commands like `pixi...
I was trying to do some development on `lpython`. It might simplify the first steps for some people :) The lockfile should create a consistent environment. I only have tested...