ZhengYu, Xu
ZhengYu, Xu
So can I specify it manually
I hope this feature can be implemented some day😆
I have a workaround way to handle it. ```rust use chrono::format::{parse, Parsed, StrftimeItems}; let datetime = "2015/9"; let fmt = "%Y/%m"; let mut parsed = Parsed::new(); parse(&mut parsed, datetime, StrftimeItems::new(fmt)).unwrap();...
consider [rip](https://github.com/prefix-dev/rip) as a resolver?
I found if any the key of `mapping_url` or `RepoDataRecord.channel` end with '/' will make `packages_for_prefix_mapping` always filter all packages https://github.com/prefix-dev/pixi/blob/1ec1b90a4df20fa5555d431869e6335837bbf5ee/src/pypi_mapping/custom_pypi_mapping.rs#L102-L120
> Looks very good! Thanks for spotting this. > > Could you please add a small test for this usecase? I don't know how to add a test for this...
@nichmor test is done
Still doesn't work.
Sorry, this is a private package, but I will continue to investigate. At present, I found that the UV only detects the wheel of py311, and does not detect the...