Results 109 issues of Max Makarov

![image](https://user-images.githubusercontent.com/5875582/149434002-b2fda986-1b06-4870-bd77-f7b2c9b3b88c.png) Hello. Could you please make this package an ESM library?

Hello. I have a table with 600 million rows (60 GB). `partition_data_proc` procedure took about 6 hours. Is it possible to run this migration in parallel?

feature request
help wanted

Hi. `talosctl config merge` should have `--overwrite` option like `talosctl kubeconfig`.

Hello. I'm trying to connect ClickHouse to Hasura using `clickhouse_fdw`. ```sql SELECT json_build_object('hits', sum("hits")) FROM match_user_events WHERE user_id = 1 ``` ```sql ERROR: clickhouse_fdw: DB::Exception: Unknown function json_build_object ```

Hello. I'm trying to import schema from clickhouse and getting this error. ```sql IMPORT FOREIGN SCHEMA "fastcup" FROM SERVER clickhouse INTO public; ``` ```sql NOTICE: clickhouse_fdw: ClickHouse type was translated...

Hello. I have `victoria-metrics-k8s-stack` deployed into my cluster. I'm trying to install some other helm charts, like `nginx` with the `serviceMonitor` option enabled, which creates `ServiceMonitor` CRD. And I'm getting...

enhancement

Kubernetes has deprecated port 10251-10252 for controller manager and scheduler. Now we have port 10257 for the controller manager and 10259 for the scheduler, they both are secure ports and...

enhancement

Hello. Is it possible to pass additional request options like `proxy`?

lifecycle/rotten

Hi. It will be nice to have some `autoBootstrap: true` config option. We deploy single-node clusters using `talos.config` kernel arg, generating yaml config on the fly on our web server,...