Nick Braga
Nick Braga
When invoking `ruby-beautify -c 2 -s`, I run into the following: Expected: ```ruby module Foo def self.bar foo + 'bar' end private_class_method def self.foo 'foo' end end ``` Received: ```ruby...
When `http://EXAMPLE:80` is an allowed origin, requests are not allowed from `http://EXAMPLE`. Since port 80 is the default port for HTTP, browsers will strip it and thus rack-cors never receives...
# Description The [use-regex annotation](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#use-regex) is expected to be either `"true"` or `"false"` by the ingress controller. I'm able to successfully set the annotation in the browser, but cannot do...