ZhengYu, Xu
ZhengYu, Xu
```rust use miette::{Diagnostic, SourceSpan}; use thiserror::Error; #[derive(Error, Debug, Diagnostic)] #[error("oops!")] #[diagnostic( code(oops::my::bad), url(docsrs), help("try doing it better next time?") )] struct MyBad { // The Source that we're gonna be...
### Why is this needed: We have separated the `api` package from the main repo. #1401 **But it will bring some difficulties to development** e.g. If I want to add...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
### Problem description Currently, we use `default` as the base feature name, but this can lead to some ambiguities. Some features want to inherit `[pypi-option]` from `default` feature, but not...
### Problem description I hope to cache the ~/.cache/rattler/cache directory in GitLab CI, but the cached `conda` and `PyPI` packages in this directory are all decompressed, which causes my cache...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...