Mike Hemesath

Results 9 issues of Mike Hemesath

I haven't ran into this yet, but I think we may need to consider adding support to gradients. Given: ``` = linear-gradient( [ [ [top | bottom] || [left |...

Inflection module falls back on this.inflection if exports is undefined.

It would be nice to be able to set route middleware. Specifically, when mapping the users resource: var user = app.resource('users', require('./user')); It would be great to do something like:...

I have a thought around removing polling for async support. Basically, the change is to immediately export all keys (test names) to be used for the test suite. Then asynchronously...

Here's a start on SVG support for gradient image generation. Changes - Additional stylus method for linear-gradient-svg - Added SVG Gradient Examples (unfortunately has same quality as CSS) - Changed...

I'm trying to setup an app on Heroku. Heroku provides the URL to the your couch instance through an environment variable. So connecting to the database would be achieved like...

It would be useful for development to be able to install apps using Git. Something such as: Installing from ref ``` json "TA-example_app": { "download": { "git" : "http://github.com/cerner/splunk_app", "ref":...

When re-running chef-client on a node that already is provisioned sometimes things look to fail. Fail: Chef 12.2.0 (Windows 7, Windows 8.1) Succeed: Chef 11.18.12 12.4.1 (Windows 10) Also the...

A great benefit to using mustache is the ability to reuse the views on the client. The gem should return the JSON representation of the mustache view when a JSON...