contra

Results 97 issues of contra

Example: less emits a lot of errors as warnings, which is pretty annoying. Proposed solution: Either convert warnings to errors, or add another API to listen for warnings.

feature

``` coffee-script var obj = { fn: function(url, cb) { require('http').get({ host: url }, cb); } }; var str = JASON.stringify(obj); console.log(str); var newobj = JASON.parse(str); ``` yields ``` {"fn":(function...

It would be nice if you could have this work for multiple elements. For example I have a navbar, a sidebar, a footer, and a main content area. If I...

I'm using isotope so the actual position of the element before the transform is in the upper left corner. When I select the text on the element after the transform...

:rocket: One of your dependencies has just updated, so this PR bumps the corresponding version number in your `package.json`. You can now check that the dependency update doesn't break your...

:wave: Hello! We’re all trying to keep our software up to date, yet stable at the same time. This is the first in a series of automatic PRs to help...

I should be able to give a string to the library and have it return CSS. Currently you can only give it a file path and it will handle reading...

enhancement

same as https://github.com/gimenete/dbdiff/issues/9 will send a PR when I get around to it if nobody else has

- Installs if needed via CREATE EXTENSION - Updates if needed via UPDATE EXTENSION - Removes if needed via DROP EXTENSION