Todd Baur

Results 13 issues of Todd Baur

Given a configuration such as: ``` i18n.configure({ locales: ['en', 'ko-kr'] }) ``` And a browser sending `Accepts-Language: 'ko-KR'`, `i18n` defaults to not finding the translation. Should it just lowercase all...

Replacing #1611 solves #1610

For example, there is text well into the gutters of the branding page, and those gutters are not equal sizes.

Using SVG logo would help it look better on high resolution monitors. It is currently blurry on 4k displays.

Some people don't use it, and it can be invoked at runtime using `node -r dotenv/config myserver.js`.

If you're wanting to upgrade to ES5 for the performance and other benefits of upgrading, then this branch is for you! It actually didn't take a whole lot to make...

This is the beginnings of resolving issue 40. At this point I wouldn't call this merge-able. I'm creating the PR for visibility and opening contributions. There's a lot of commands...

I'm looking at authenticating [Shrine presigned routes](https://github.com/shrinerb/shrine/issues/251) through constraints and if the Knock::Authenticatable could be leveraged in a route constraint. Something like: lib/constraints/authenticated_request.rb ``` module Constraints class AuthenticatedRequest include Knock::Authenticable...

Just fixed some paths, added some stuff to gitignore, made sure the demo worked. The project was missing grunt-text-replace, so that was added to package.json. Removed polymer import in dist/...

Previous commit moved ec2-autoscale.sls to init.sls. This updates the readme to clarify where the file is located.