Max Makarov
Max Makarov
Do Argo Tunnels supports Session Affinity (sticky sessions) in cluster scope? For example, Nginx Ingress Controller allows specifying several annotations for it: ```yaml nginx.ingress.kubernetes.io/session-cookie-name: "__lbroute" nginx.ingress.kubernetes.io/session-cookie-hash: "sha1" ``` It's important...
Hello. Yandex Odyssey is the awesome project, but there is one big problem — why I can't download compiled binaries? Why does Odyssey not have any packages for different OS...
Hello. This plugin doesn't work on Ubuntu 22.04:
I am trying to set up monitoring for Yandex Odyssey and getting these errors: ``` An error has occurred while serving metrics: 5 error(s) occurred: * collected metric "pgbouncer_databases_pool_size" {...
If component has no props, it will not be cached. ```javascript const canCache = (opts = cacheComponents[name]) && opts.enable && !(transaction._cached || _.isEmpty(saveProps) || typeof saveProps.children === "object"); ``` Maybe...
When using UglifyJS (in Webpack), component names replaces with short values, and this package not working in this case.
**Describe the bug** Can't train/finetune TitaNet model using two RTX4090. ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[22], line 1 ----> 1 trainer.fit(speaker_model) File ~/miniconda3/envs/nemo/lib/python3.12/site-packages/pytorch_lightning/trainer/trainer.py:532, in Trainer.fit(self, model,...
Hi. I have an Internet provider with Eltex OLT and Eltex NTU-RG-1402G-W ONU. Settings of this ONU: Interfaces:   What is the second interface for? It has VLAN ID...
Hello. I'm trying to use `cni-route-override` with `multus`. I have a configuration like this: ```yaml apiVersion: k8s.cni.cncf.io/v1 kind: NetworkAttachmentDefinition metadata: name: cilium namespace: kube-system spec: config: | { "cniVersion": "0.4.0",...