Kirill Teplinskiy

Results 6 issues of Kirill Teplinskiy

We want to measure execution time of one MVC action. It seems like we need `WebMetricsPipeProvider` but it isn't included in any available nuget package. So how we intended to...

**NEST/Elasticsearch.Net version**: 7.9 **Elasticsearch version**: 7.16.3 **.NET runtime version**: net6, net48 **Operating system version**: Windows 10.0.17763 **Description of the problem including expected versus actual behavior**: It is a very strange...

7.x

Hi! I'm trying to filter by `Date` column. Currently I need to manually specify `Date` type: ``` new ClickHouseDbParameter { ParameterName = paramName, ClickHouseType = "Date", Value = value };...

Hi! I'm trying to send parameterized selects to ClickHouse and getting "414 Request-URI Too Large" from ClickHouse. ClickHouse supports sending queries in a body of POST request. And it started...

enhancement

Hi! What's the status of the project? The last commit was a long time ago, the project looks abandoned.

DDCORE-8610 * Add UseOidc method to turn on OIDC authentication. Technically that just changes value of the `Authorization` header from `DiadocToken` scheme to `Bearer` scheme. * Add overload with `authToken`...