Greg Barker

Results 16 comments of Greg Barker

Need to adjust this a bit, doesn't handle the case when the min-width & min-height are larger than the window very well.

Looks like your stackoverflow post was resolved. Solution was to add `--enable-threads` to your uWSGI config. Sounds like this ticket can be closed.

I am wondering this as well - organization has a requirement to enforce IMDSv2 on all EC2 instances but I'm not seeing a way to do that with instances generated...

Actually, looks like the `git::source` recipe installs the gettext-devel package, which install the ancient version of git. ``` $ sudo yum install gettext-devel Loaded plugins: fastestmirror, langpacks Loading mirror speeds...

@jpSimkins I am working around the issue with a small wrapper cookbook: ```ruby # remove the default out of date package package "git" do action :remove end # install tk...

@jpSimkins Sorry to hear it didn't work for you. Are you able to share the converge log?

@jpSimkins I don't think the `git_client` is necessary. I don't have it, at least. I also have ```default["git"]["prefix"] = "/usr"``` in the attributes that I set, can't remember why I...

I was able to work around this chown issue when using NFS mount for `/var/www/html` by leveraging #1812 and specifying `user: '33:33'` in my docker-compose.yml (uid & gid for www-data)....

@kurahaupo the CI build is defined in .travis.yml. I haven't used Travis CI before but I would imagine it would be along the lines of registering an account on https://www.travis-ci.com/...

I was just wondering if this was possible. This would be a really useful feature!