Yecheng Fu

Results 47 comments of Yecheng Fu

positional arguments are remainder arguments after all ~~positional~~ optional arguments are processed and removed, see the example code [here](https://github.com/cofyc/argparse/blob/ffd9c23427d0cb105e27f27f0cf97b463b6a8bf8/test_argparse.c#L54-L60)

boolean 不需要参数,只是 flag 存在与否来表示 true/false 但目前实现好像带参数也行..

use compiler macro to make it optional?

Out of curiosity, in which environment there is no FP support?

cc @xiaozhu36 terraform provider 有办法根据 API Specs 来生成吗?然后微调一些易用性的地方。这些小的细节持续维护,感觉成本很高。阿里云 API 也会越来越多。

It seems like we can't specify it via `load_balancer_spec` field. We need to pass it via `InstanceChargeType` parameter ([docs](https://next.api.aliyun.com/document/Slb/2014-05-15/CreateLoadBalancer)), however, we have `instance_charge_type` field for different purpose...

The question is whether the capacity can be cached by the CO for volume scheduling or not. From my understanding, there are two things here: 1) Adhere to one storage...

I'd prefer the second option. > I think the biggest question to figure out is how will the disk names be passed in? List every disk? Pattern match? Nodes can...