Tyler Akins

Results 59 comments of Tyler Akins

An alternate way that works is to swap `{` and `}` with `{` and `}`. I'm not sure if this library will adopt the fixes I've made, but I've forked...

I've added better image support in my fork of this great library. Ideally the two libraries can get merged in the future, but until then did you want to try...

This should now be fixed with the latest commit. Would you try version 1.3.0 and report if it works or not?

@Kosta-Github asked how I manage to auto cluster my mongo instances. 1. Consul is hooked up through dnsmasq. 2. Consul is started before mongo. 3. The health check fails unless...

@Kosta-Github it looks like the following. I'd also answer questions off this issue. Feel free to email me directly at [email protected] so we don't continue to pollute this thread. ```...

I just tested it and it worked fine for me. Did you try disabling any plugins you might have installed?

Are you aware of any specification for the Sass language? The closest I found is http://sass-lang.com/documentation/file.SASS_REFERENCE.html but I am more used to parsing ABNF or other formats commonly found in...

I am terrible at vimscript and have this code in the repository only to track changes and have a community help find and fix problems. Sorry, I can't help you...

Also it would be good to leave off the trailing semicolon.

It looks like atblock_pre and atblock_post are not honored, but instead it is using block_pre and block_post. Please give that a shot. This is a bug and should get fixed,...