Liam

Results 87 comments of Liam

I know this is somewhat of an old issue, but I just spent a bit of time with `// +gen set` not doing anything before I realized that it's under...

Why was this PR merged? https://github.com/AllenDang/w32/pull/56/commits/a61dc27a068a1e324c26b5f5d84655cb4824eecb

This seems totally broken. The error I'm getting, I think, is caused by this. I don't understand why the selecting of assets is done this way, but the lack of...

Instead of specifying order, you could skip the validations. This seems like a tricky problem because of circular dependencies, especially if you have a presence validator that's dependent on a...

I believe this is causing a problem I'm having with using this package with `angular-ui-router`. I'm able to reproduce it like this: - Hit a page with the pagination directive....

I used https://gist.github.com/hdm/d271eb94a51f7f908ecb9ddc82d2b644 today and it worked perfectly. Big fan of that. Thanks, @hdm ! I'm trying to integrate this into buffalo itself. As far as I can tell, the...

http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import Perhaps as a workaround you could just use `@import "http://foo.com/bar"`instead? That's documented in the above link.

A command called `sync`, to me, would also download each of the files that are missing locally. But then there's the issue of conflicts. How would you be able to...

I'm having a lot of reliability issues with the key server which is making deploys less fun: ``` fatal: [example.com]: FAILED! => {"changed": false, "cmd": ["gpg", "--keyserver", "hkp://keys.gnupg.net", "--recv-keys", "D39DC0E3"],...

You're using `/bin/sh` with the [shell module](http://docs.ansible.com/ansible/shell_module.html). It behaves differently than `bash` which you are likely using interactively, including in which initialization files it runs. Also, with any shells (AFAIK),...