Sagie Maoz
Sagie Maoz
In #49 the `rake bower:resolve` task was introduced, which replaces any `url(some_asset)` with a `url()` ERB code. At least for CSS (and Sass), this can be achieved much more cleanly...
Following #100, there is no way to run `prompt-cli` with a specific config file path. It just assumes the default which is `commitlint.config.js` under the repository's root. ## Expected Behavior...
When a credit card save fails due to a verification issue, the result includes an empty `errors` object: ``` I, [2016-05-09T12:45:32.308159 #97469] INFO -- : [Braintree] [09/May/2016 09:45:32 UTC] POST...
Running `so --help` prints the help text twice instead of just once, see here: https://gist.github.com/3330342
Since search is incremental, but still heavy on the system, it would be very nice to have a "Stop" button.
The README says: ``` drawPoints:: [true] whether or not to draw points on the graph ``` but the default value of drawPoints is **false** (see [jquery.simplegraph.js line #273](https://github.com/benaskins/simplegraph/blob/master/jquery.simplegraph.js#L273)).
Running Jade with Sprockets v3.7.0 gives the following deprecation warning: ``` DEPRECATION WARNING: Sprockets method `register_engine` is deprecated. Please register a mime type using `register_mime_type` then use `register_compressor` or `register_transformer`....
Replacing explicit width values with relative % values, to allow for a dynamic design. To see the effect in the demo, you can remove the width attribute of div#wrapper and...