punund

Results 17 issues of punund

Meteor has apparently dropped Spark. Is Live UI plugin still relevant?

feature request
on hold

Certain frameworks rely on specifically crafted attributes: ````html ```` However, blade fails if given button(v-on:submit.prevent="foo") This wouldn't work either: button(@attr="foo")

feature request
parser
pull-requests-wanted

The file type is correctly shown as Literate Haskell, but the highlighting is apparently not working: ![image](https://cloud.githubusercontent.com/assets/95124/10275619/bc14b000-6b40-11e5-9ef1-5f12ba270d2f.png)

"seperate" -> separate

enhancement

In reality, it pluralizes and singularizes _English_ words.

Hello and thank you for the wonderful software. What I would like to see is the ability to adjust some settings by server responses, e.g. ````json { "result": "ok", "command":...

Can we please have an option for case-insensitive matching?

One can manipulate LCH components relative to the current color: ```js color.rotate(5) color.lighten(0.1) color.saturate(0.2) ``` Of those one can directly set the `H`: ```js color.hue(200) ``` So why not `L`...

It seem that there is no way to change the indentation size while reformatting the code. It is always 2 spaces ignoing every other setting saying otherwise.