Nathan L Smith
Nathan L Smith
If I submit the search form by pressing enter instead of clicking the button I am sent to a blank page. To fix this, you could do ``` $("#" +...
Doing a whois query to a domain with the gooddomains.com registrar raises: ``` Whois::ConnectionError: SocketError: getaddrinfo: nodename nor servname provided, or not known ``` Because when doing the registrar lookup...
Rails 4.1 introduces a built-in convention for having a secrets.yml with secrets in it: http://edgeguides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml It would be cool if this gem did some of these things: - Aliased `Rails.application.secrets`...
In elastic/kibana#97101 it's reported that (in a bubble chart in this case) click and hover can be difficult because you're right up to the canvas edge. Currently the only way...
`onAnnotationClick` (added in #1293) doesn't seem to be keyboard accessible at all. I would expect tabbing through the document would focus the annotation rectangles (for `RectAnnotation`) and markers (for `LineAnnotation`.)...
I have a static website that gets deployed on S3/CloudFront. What I would like to see are resources for managing this configuration (just because you're not using nodes, doesn't mean...
In #1111, the ability to use custom branding CSS was added. In order for you to do this on an installation, files must be placed in /opt/supermarket/embedded/service/supermarket/app/assets/stylesheets branding. Because of...
As a system administrator of a Supermarket instance, I want to be able to run multiple app servers and store cookbooks on a shared filesystem. I should be able to...
We currently skip canonical redirection in Nginx if the user agent is "Faraday" (usually from Berkshelf) or "Ruby" (usually from Knife.) This is a bit fragile and one of these...
Right now the ways to give initial configuration to a service are: * `hab config apply` into a running supervisor * `hab start` or `hab sup run` with `HAB_MYTHING="some toml"`...