Jakub Bednář

Results 160 comments of Jakub Bednář

The `query_csv` returns data as is in InfluxDB response. You have to use your transformation function for datetime columns.

Hi @bmaso-dw, thanks for using our client. Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission....

Hi @aidanmorgan, thanks fro using our client. The `no-content` - `204` is success response from InfluxDB server. For more info see https://docs.influxdata.com/influxdb/v2.6/api/#operation/PostWrite ![image](https://github.com/influxdata/influxdb-client-csharp/assets/455137/de83eb5a-acfa-49d3-a316-9eca5069170d) Best

Hi @Foretack, thanks for using our client. > Was this intentional? If it's not, I would like to open a pull request to add that behavior to the .csproj files...

Hi @aivinog1, thanks for your suggestion. Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission. Regards

@sciator, this warning is a part of the Pandas 2.1. For more info see: - https://github.com/pandas-dev/pandas/pull/52532 - https://github.com/pandas-dev/pandas/issues/39122 - https://github.com/pandas-dev/pandas/blob/0cbe41ad0bab42fa6fc8694adcf6db3804447740/pandas/core/dtypes/concat.py#L115 > On 26. 10. 2023, at 13:35, Sciator ***@***.***> wrote:...

Hi @fredmef, Thank you for using our client. Our client requires a PSR-18 HTTP client implementation. According to the [Guzzle changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md#700-beta1---2019-12-30), support for PSR-18 starts from version 7.0.0. Could you...

The InfluxDB client is able to run with any implementation of PSR-18 compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation. You can use different HTTP client which is compatible with your Drupal. For...

The issue is caused by reusing the `OkHttpClient.Builder`. The `AuthenticateInterceptor` is attached to the `OkHttpClient.Builder`, and when `InfluxDBClientOptions` is used for creating multiple client instances, they all end up using...

@ycherabai, unfortunately not. However, would you be interested in assisting with this? We welcome all PRs and would be glad to review your contribution.