Johan Sundström
Johan Sundström
I want this pretty sorely too; there just isn't a way that's tidy to break up arguments across multiple lines in cs-redux. The only ones I have found that are...
While I understand how you think, randomly mixing semantically named directory levels with non-semantic ones will have lots of bad interactions; say, including a bundle from some guy named "com",...
It would be pretty neat if it didn't choke on legal coffee-script literals that cs-redux hates on, such as ``` json { "comma": "first" , "basic": "json" } ```
I thought it was Sean McCullough who was the comma-first hater. :-)
+1 on the feature, but I find `text_width` overly vague (it sounds as if it might be line length, minus any surrounding whitespace) – could we please call it the...
Emacs rarely prohibits anything, but does have helpers like the auto-fill package (which reformats paragraphs and the like, say, block comments, when you hit M-q / M-x fill-paragraph) that benefit...
I second the lack of clarity about what a vote means. It would probably go a long way writing a concise, precise definition of what the `smart_tabs` property does, instead...
@jedmao / @rpanak: I don't see how `smart_tabs` can support alignment across indentation levels without making `tab_width` well-defined. It seems to break trivially, i e (`$TAB` signifying a hard tab):...
This is something we want too, and consider addressing in a bit, as we have a fair deal of semantically (if not technically) empty responses that take a while to...
Am I missing something, for thinking that the current call signature (`getOrElse(rawKey, val, opts, cb)`) doesn't yet pass the proposed validation function, and that on adding one here, it would...