Joaquin Menchaca

Results 68 comments of Joaquin Menchaca

If it is still not working, could you restart your system, then try right-click **_Open With**_ and see if `MarkOff (1.0.1)` is now registered in the menu.

Initially, on a clean system (El Capitan w/ Homebrew, Cask, Atom), I couldn't open any files with a `.md` extension. Initially, all `.md` documents were dimmed, and unable to be...

You need to mount the socket on the host into the container: ``` volumes: - /var/run/docker.sock:/var/run/docker.sock ```

In Japan at the moment, so have no access to Windows host. I can help out with further investigation on this later (after Aug 28).

I am seeing this issue as well. MySQL 5.6 database. ```bash terraforming rds --profile=$AWS_DEFAULT_PROFILE --region=us-east-2 Traceback (most recent call last): 17: from /Users/mejoaqui/.rbenv/versions/2.6.2/bin/terraforming:23:in `' 16: from /Users/mejoaqui/.rbenv/versions/2.6.2/bin/terraforming:23:in `load' 15: from...

Could you try this out with Chef Server 13 or Chef Server 14? Chef Server 12 has past End of Life. Also, if reproduces, exact steps to reproduce? Not sure...

I was thinking about this and how to solve it. Within the scope of this project, I thought of two ideas; this might be crazy: Have a layer above `main.yml`,...

@lamont-granquist I cannot see the comment. Getting a 404 error whether logged in or not.

On Mac OS X, don't know if related, permissions are not set correctly for `.kitchen/docker_id_rsa`, getting 644. So `kitchen login` to docker fails with `WARNING: UNPROTECTED PRIVATE KEY FILE!` On...

I am able to use kitchen on Mac OS X with either Docker-For-Mac (hyperkit) or Docker-Machine (virtualbox). I have noticed that sometime, the ssh key is set with bad permissions,...