Jakub Bednář
Jakub Bednář
Hi @dankinsoid, I wanted to give you an update on the progress we're making with your Pull Request. I've prepared PR #66 to address some CI checks issues we've been...
@dankinsoid, the PR has been merged. Thank you very much once again for your contribution!
Hi @dankinsoid, Thank you for using our client and for taking the time to contribute to its development. I'm thrilled to see your Pull Request #64, which addresses the issue...
Hi @jadamroth, we started working on [influxdb-client-php](https://github.com/influxdata/influxdb-client-php) for InfluxDB 2... first results coming soon Regards
Hi @changechenhao, You could do it by using https://github.com/influxdata/influxdb-java/blob/01979bfa19d6ee2c05445ca2fbb201eda74593e7/src/main/java/org/influxdb/querybuilder/clauses/NestedClause.java#L7 Check this code: ```java Query select = select() .from(DATABASE, "flow") .where() .andNested() .or(new NestedClause(Lists.newArrayList(new AndConjunction(lte("ipValue", 100)), new AndConjunction(gte("ipValue", 200))))) .or(new NestedClause(Lists.newArrayList(new...
I think it is a good improvement and add to the customers another option how use Java client. I see one problem... that is backward compatibility with existing [`Series Object`](https://github.com/influxdata/influxdb-java/blob/becbfb59b61662b8171bc0dfaf2b343066a9798c/src/main/java/org/influxdb/dto/QueryResult.java#L131).
Hi @nblumhardt, Could you please transform ownership of [InfluxDB.LineProtocol](https://www.nuget.org/packages/InfluxDB.LineProtocol/) and [InfluxDB.Collector](https://www.nuget.org/packages/InfluxDB.Collector/) to https://www.nuget.org/profiles/influxdata organization? We would like to publish new version of packages and also continue with maintaining. Regards
Hi @zoesteinkamp, thanks for your suggestion. The v1 docs has link to the v2 repository: Are you suggesting to add direct link to the v2 docs? > More generally -...
Thx @powersj
atexit doesn’t work properly in batch mode: "cannot schedule new futures after interpreter shutdown"
Hi @rwader-swi, Thanks for bringing this to our attention. I appreciate you sharing your concerns with us. I have added this issue to our backlog, and we aim to address...