Renjie Cai

Results 18 issues of Renjie Cai

enhancement
Priority: Medium

like this https://etcd.readthedocs.io/en/latest/client-feature-matrix.html

docs

enhancement
Piority: low

- [ ] watch - [ ] lease - [ ] transaction - [ ] lock - [ ] swagger helper - [ ] changelog

help wanted
docs
Priority: Medium

### 您想提出的功能特性是否和现有问题相关? ### 功能特性内容 Currently inbound is hardcoded to 127.0.0.1 I found this when I planed to set a proxy for my docker

enhancement

For most case when I use Coalesce, I wanna get the first non-empty value and don't care if all are empty. For example: ```go someOption := lo.Coalesce1(fromEnv, fromCfgFile, fromCmdline) //...

In a brand new virtualenv `/tmp $ virtualenv testpyzil` ``` created virtual environment CPython3.9.9.final.0-64 in 688ms creator CPython3Posix(dest=/private/tmp/testpyzil, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/revol/Library/Application Support/virtualenv) added...