Mikhail Shustov

Results 69 comments of Mikhail Shustov
trafficstars

There are lots of packages duplicated in `yarn.lock` with different versions(see d3, vega, and others). Is it possible to automate the check that dependency update reduces the number of different...

@Bamieh are there any plans to remove deprecated `intl-relativeformat` and update `intl-messageformat` to the version relying on the global `Intl` object?

@Bamieh Some code still uses `Bluebird` we can migrate to native Promises instead

I finally got to the https://github.com/elastic/kibana/issues/114476 task. > An answer to the above, as mentioned, is for the user to instead use server.ext('onPreResponse', ... to be able to access the...

Do I understand correctly the problem might happen when transforming data for the `insert` action? IMO we should align with the ClickHouse default logic for such cases. ClickHouse implements [fail-fast](https://en.wikipedia.org/wiki/Fail-fast)...

https://github.com/ClickHouse/ClickHouse/issues/38235 is closed

done in https://github.com/ClickHouse/dbt-clickhouse/pull/98

Sorry, that's mistake in docs. Right now it works only with pattern. Need to support a channel as well https://github.com/redux-saga/redux-saga/blob/master/packages/core/src/internal/sagaHelpers/throttle.js