Evan Lecklider

Results 33 comments of Evan Lecklider

Hm, yeah I see get the conflict. Is that just a semantic difference in ctags or is it more meaningful?

For the pattern, would this make sense? ``` --regex-javascript=/^[ \t]export[ \t]*class[ \t]\{1,\}\([A-Za-z0-9_$]\{1,\}\)/\1/C,Class,Classes/b ``` I just added `export[ \t]` in front of `*class`...

Makes sense, thanks! And it’s really both. I have a single file with a single class definition that it exports as a named export (i.e. not the default export).

I'd love to see generally configurable headers for static content. By that I mean I'd like to be able to send a high max-age as well as `immutable` for JS/CSS...

@boazsegev thanks for the detailed response! I totally get that configuring the headers per file-type is probably beyond what a simple static server needs to do. I didn't really know...

I'm torn about merging this because it means we can't use Sinatra::Namespace but the benefit of testing is clear (and obvious). I'm woefully uneducated about the specifics of rspec but...

I'm not sure what y'all are looking for here; this boilerplate is really just a collection of other components, most of which have their own testing suites built in. Could...

@cloudhead @non25 sorry for the tremendous delay... I've been trying to improve the HTML indent behavior and found that adding othree/html5.vim fixes some issues. Mind giving that a shot and...

@DmitryMyadzelets I've been trying to improve the HTML indent behavior and found that adding othree/html5.vim fixes some issues. Mind giving that a shot and letting me know how it works?...