Eugene Prokopiev

Results 11 issues of Eugene Prokopiev

Hi, Is it possible to originate call from my application (I mean my class with @app and @event_callback)? Maybe anybody can show me simple service based on https://switchio.readthedocs.io/en/latest/services.html which can...

question
docs

Can't find any way to configure alertmanager service from victoria-metrics-k8s-stack as NodePort Found serviceSpec in https://docs.victoriametrics.com/operator/api.html#vmalertmanagerspec and https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-k8s-stack/templates/victoria-metrics-operator/alertmanager/vmalertmanager.yaml#L29 but can't understand what ```include "victoria-metrics-k8s-stack.``` means and how to set spec...

bug

Hi, Reading https://github.com/yandex-cloud/geesefs?tab=readme-ov-file#memory-limit about ENOMEM error for cases where read-ahead-large * processes count > memory-limit Looks as not good limitation for production cases where we can't limit processes count Maybe...

Install with `helm install --namespace s3 --set secret.accessKey= --set secret.secretKey= csi-s3 yandex-s3/csi-s3` in yandex managed kubernetes + yandex object storage with default options Works in simple cases but crashes on...

k0s started via docker with two manifests mounted to /var/lib/k0s/manifests: - ingress-nginx as described in https://docs.k0sproject.io/stable/examples/nginx-ingress/#install-nginx-using-host-network - my own application with ingress resource No any ingress resource was deployed after...

bug
Stale

Can't build with: ``` cc -Wall -Werror -g -o vpn-ws src/main.o src/error.o src/tuntap.o src/memory.o src/bits.o src/base64.o src/exec.o src/websocket.o src/utils.o src/socket.o src/event.o src/io.o src/uwsgi.o src/sha1.o src/macmap.o src/ssl.c: In function '_vpn_ws_ssl_wait_read': src/ssl.c:4:12:...

Hi, Are you have a plans for apt-rpm (altlinux-specific) repositories support? See https://www.altlinux.org/Ownrepo for reference how to create apt-rpm repositories in altlinux environment Technically, apt-rpm index is just one file...

enhancement

Hi, Please add option to allow/disallow uploading already existing artifacts For example this option can be `allow` for release maven repositories and `disallow` for snapshots maven repositories

enhancement
stale

I see many cases with panic as result in geesefs code and sometimes (not always) can reproduce at least one of them - https://github.com/yandex-cloud/geesefs/issues/98 Maybe such cases should be processed...

Hi, I tried to build plugin from source: ``` git clone --depth 1 --branch v7.10.0 https://github.com/elastic/kibana.git cd kibana wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash . $HOME/.nvm/nvm.sh || true nvm install $(cat...

bug