punund
punund
Meteor has apparently dropped Spark. Is Live UI plugin still relevant?
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")
The file type is correctly shown as Literate Haskell, but the highlighting is apparently not working: 
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.