orca-zhang

Results 65 comments of orca-zhang

Dear Ben, Thanks to your contribution. The feature helps when put in a `hostname` instead of `IP address`. But `inet_ntoa` is not thread-safe, `inet_ntop` maybe better. And I think new...

Thanks for your liking `influxdb-cpp` and contribution. Nice enhancement you've made, and please feel free to submit the PR.

Hi, Raunak I've considered your issue for several days. Here're my solutions as below: _1_ Modify code or grammar of `InfluxDB` server to support db selection hints. > shortages: not...

Hi, I think you can also consider to use measurement to do the db-like separation such like add some db prefix for measurement's name inside the SDK. `InfluxDB` is schema...

I think it's easy to make a small wrap that read from file then insert them by calling existing function, and it's not necessary to add an addition function.

Thank you for your contributions. I'll check it and merge them then. : )

Hi, expnkx, So, does the library work with good performance now? If not, how could we improve it?

The latest version, use ``` cpp #include ``` instead.

引用传值可以用在`.with`里面加`outBound(obj, )`把传入的obj变量来输出 这里的`输入参数约束`就像`any()`,`eq(1)`之类 或者也可以用`.invoke(mocker)`,设置指定的mock函数来完成需要的功能