Curtis Blackwell
Curtis Blackwell
Styles
Are you planning to include any of the themes' styles? Maybe that's something users can automatically add themselves and I'm just unaware? Loving this package, thanks for writing it!
Not sure if it's just impossible on Vapor, but I get a 502 error when I try to run commands on Vapor.
In apps with tabs, Command + Shift + T is usually the shortcut to re-open the most-recently-closed tab. This is also the case in VS Code (at least with the...
Why isn't this published to npm?
I'm trying to prevent Autocomplete Plus from suggesting anything in comments. I tried setting the scope blacklist to the following: - `.comment` - `.comment.block` - `.source.js .comment.block` - `comment` None...
The [official extension](http://www.yaml.org/faq.html) is `.yaml`.
When grunt-inline inlines my css, it messes up the path to my background images. ``` background: #463862 url(/assets/img/mountain.jpg) no-repeat center top fixed; ``` becomes ``` background: #463862 url(../../../../../assets/img/mountain.jpg) no-repeat center...
I noticed segment variables aren't among the tags.
I need more control over the crop. Rather than just cropping to the center, I want to be able to position the crop. In case there's any confusion as to...
I'm storing a bunch of HTML in a variable, then using `{{ var:extract }}` to get a word count, but it ends up way off. ``` {{ var:content_full }}{{ theme:partial...