Nathan L Smith

Results 23 issues of 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...

enhancement

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`...

feature
needs help

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...

bug
:interactions
:xy
Impact:Medium

`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`.)...

enhancement
discuss
:accessibility

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...

Component: Omnibus
Type: Enhancement

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...

Component: Omnibus

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"`...

Stale
Focus:Supervisor
Focus: CLI
Type: Feature