Greg Barker

Results 15 issues of Greg Barker

Looks like only the other one that is no longer maintained is up there: https://supermarket.getchef.com/cookbooks?utf8=%E2%9C%93&q=tarsnap

http://jsfiddle.net/LQ36R/4/ In this example, the Step button can successfully use the setAttribute function to change the step from 1 to 2. The Square and Triangle buttons, however, are unable to...

bug
accepting-pr

Added support for enforcing min-width or min-height css properties on lightbox images

Here's my nginx config: https://gist.github.com/fletchowns/13680a9d101f96d5f728 My post on the nginx mailing list: > I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After > I start...

bug
infoneeded

### Cookbook version 5.3.0 ### Chef-client version 12.20.3 ### Platform Details Red Hat Enterprise Linux Server release 7.5 (Maipo) on AWS ### Scenario: smtp relay host via SES with sasl...

I came across this blog post: http://clarkdave.net/2013/04/managing-ebs-volumes-with-chef/ After using the aws_ebs_volume LWRP there's a ruby_block to do a sleep loop until the device is ready. Is that a necessary step?...

### Cookbook version 5.0.1 ### Chef-client version 12.10.24 ### Platform Details CentOS 7.2 Bento Box ### Scenario: Converge fails due to error: > mkdir: cannot create directory ‘git-2.6.2’: File exists...

Occasionally I will hit a "content length mismatch" error when ark is downloading a file. 99% of the time I just run provisioning again and it works fine. It would...

Subsonic has an undocumented feature where if you have basic HTTP authentication that uses the same credentials as the subsonic user, it effectively replaces the built in authentication. I prefer...

feature

slimit seems to be having trouble minifying bootstrap-datepicker.js ``` bash $ wget https://raw.github.com/eternicode/bootstrap-datepicker/511c1b0241eb9804892df6f9388e0afd00107253/js/bootstrap-datepicker.js $ slimit bootstrap-datepicker.js ``` Results in: ``` Illegal character "'" at 1:35518 after LexToken(COMMA,',',1,35516) Illegal character '\\'...

bug