Results 25 comments of Huiming Teo

Brian, do you want to work on this issue and submit a PR? btw, should the `deploy` account on remote server has multiple private keys? I wonder how we should...

Hi @bjensen, If we adopt option 2 (Create a user for each app), does it make sense to have a config like this? ``` node["appbox"]["deploy_users"] = [ { "user": "deploy_app1",...

Hey Austin and Michael, thanks for patching the cookbooks :) Currently I don't have time to maintain the cookbooks, I wonder if anyone interested to take over the project? We...

You probably can reuse `setup_nginx_site(app, app_dir, upstream_port)` in libraries/helpers.rb for your purpose. For long term, I'm thinking about refactoring out nginx-related stuff into a cookbook that takes care of virtual...

Hi, does anyone have the step-by-step tutorial to integrate DBT Power User with Meltano in VS Code?

It should not happen. Let me check what's going wrong. On Tue, May 7, 2013 at 10:17 PM, Jason Garber [email protected]: > Is it just me or is it installing...

Thanks Luis, I will try to release a patch this weekend. On Thu, May 9, 2013 at 5:12 AM, Luis Lavena [email protected]: > @jgarber https://github.com/jgarber is correct, the issue is...

What do you think about the existing supported syntax? ``` natives list --catalog rubygems sqlite3 natives list --catalog npm sqlite3 ```

It's not tested on Rails 4 yet. Pull request is welcomed Anyway, I saw a similar workaround recently [1], you may be interested to try out. [1] https://gist.github.com/teohm/8679812