João Trigo Soares

Results 15 comments of João Trigo Soares

this is related to https://github.com/khanhas/spicetify-cli/issues/947 and was closed 7 days ago.

@javicalle as you can see from the issue, all I get event wise when I click any of the two buttons are these `attribute_updated` events ![image](https://user-images.githubusercontent.com/6018083/185363144-eeff58d0-e11f-46c1-8bf9-64eeffebd76a.png) it won't even tell...

@javicalle OOTB with zigbee2mqtt I get an MQTT event that tells me what button was pressed: left, right or both. Trying to replicate that with ZHA. I was able to...

@javicalle I agree with you however what I was trying to tell you is that despite there being a `zha_event` being triggered there is no `device` event from the `zha`...

@victorigualada thing is, it was using a ≠ service, from the broadlink direct integration, that did return the command. Now, these new services do not return it. That's why we'll...

I can see from https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/annotations/parser/validators.go#L62 and https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/annotations/parser/validators.go#L44 , https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/annotations/parser/validators.go#L47 that only `-._~a-zA-Z0-9/:?&=` chars are allowed in this snippet. Why is that? The nginx configuration has no such restriction. The nginx...

@longwuyuan Sorry, not sure what you meant. If I understood correctly, you want me to close this issue and open a new one using a template? Also, do not agree...

Hey there @opencmit2, do you have ```yaml controller: extraArgs: enable-annotation-validation: "true" config: strict-validate-path-type: "true" ``` in your install values? As required to fix the latest CVEs, right?

@opencmit2 just tested it with version 4.8.3, this is what I get in the logs: ``` public-nginx-ingress-nginx-controller-799f9bcd97-8695t controller W0429 16:08:10.821757 6 validators.go:221] validation error on ingress webpa-staging/petasos-external: annotation proxy-redirect-from contains...