Pedro Freitas
Pedro Freitas
Hello, I really like this plugin. I've tried to use it and I think I've found a bug. When I try to set a breakpoint in a file with a...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): 1.1.2 **Kubernetes version** (use `kubectl version`): 1.21.9, 1.22.6 **Environment**: - **Cloud provider or hardware configuration**: Azure Kubernetes Service...
When you input a ref using autocompletion, it writes it down in the next line instead of the current line.
have a Sony Bravia TV and since the very beggining some models of this band and few others invert the HDMI colors if the input was not providing RGB 4:4:4...
I have a Sony Bravia TV and since the very beggining some models of this band and few others invert the HDMI colors if the input was not providing RGB...
I think that it would be useful, Orange PI forum is super slow from my location and getting info from github is way easier.
Includes #61 which bumps lodash version to fix security issues. Typos fixed in the readme. Removes allowedHeaders in favour of proxy-addr (to streamline with [Express behind proxies](http://expressjs.com/en/guide/behind-proxies.html)). For more info...
_express/express_ does offer application-wide settings to handle proxied request by setting 'trust proxy' option: ``` app.set('trust proxy', 'loopback') // specify a single subnet app.set('trust proxy', 'loopback, 123.123.123.123') // specify a...
**Describe the solution you'd like** Some tools rely on synced Kubernetes secrets which may contain fields which do not make sense to be stored within Azure Key Vault, e.g. some...
We're currently using readiness and liveness probes and they seem to be broken since openfire 4.8.0 has been launched. It seems this line of code is throwing an exception: https://github.com/igniterealtime/openfire-restAPI-plugin/blame/main/src/java/org/jivesoftware/openfire/plugin/rest/controller/SystemController.java#L257...