Trim21
Trim21
你可以理解为代码分为sai老板维护的和我维护的两种,你能看到的放在github上的代码都是我在维护的。我维护的代码的数据库权限都是一样的。
yeah we had this discussion days ago about the ecasping rules of printer, said currently you need to copy the code of printer to you project to make it work...
ok this looks like same issue, I forget this 😅
I'll merge this PR with squash, please do not force-push
> The savepath of category is not applied when setting category this involve the `torrent auto manage` feature in the qb and it's a little bit complicated, for now I...
应该是上映日期(`上映年度: 2020年1月17日`),应该是别的bug,等我看一下。
how large?
this is a bug on conda-build side ... https://github.com/conda/conda-build/pull/5716 and we use it here: https://github.com/conda-forge/conda-smithy/blob/77f3620d0c4e937ef5d9d027041062328a746ba4/conda_smithy/configure_feedstock.py#L1086-L1092 another option is to copy `get_package_combined_spec` from conda-build and replace with our own yaml loader
I think this also affect at least `is_abi3` and `is_freethreading` https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/43c9c1b866a01c18e5700521a05ca75915e59447/recipe/migrations/python313t.yaml#L53C1-L58
it's yaml parsing on variants.yaml I think. the reason is, conda-build parse all yaml bool value as string ( the `yaml.loader.BaseLoader` ), which is actually non-standard. so `is_python_min: [true, false,...