Tyler Akins

Results 57 issues of Tyler Akins

I'm maintaining a Bash-only alternative to Vagrant / Ansible / cdist / Puppet. It's called [Wick](https://github.com/tests-always-included/wick). It doesn't provision the machines (yet) but if you rsync a folder then you...

I'm running Docker on my Mac using the following command: ``` docker run --rm -it \ -v /usr/local/bin/docker:/bin/docker \ -v /var/run/docker.sock:/var/run/docker.sock \ -v "$(pwd)":"$(pwd)" \ -w "$(pwd)" \ -v "$HOME/.dive.yaml":"$HOME/.dive.yaml"...

bug

You have a wonderful plugin. Is there a way to enable `g:tsuquyomi_javascript_support` only when the current directory or any parent has a `tsconfig.json` file? Right now I am thinking of...

The terms of the MIT license indicate that the license itself must be distributed with any significant portions of the code. Unfortunately, I don't see a `LICENSE`, `LICENSE.txt`, `LICENSE.md` nor...

**Is your feature request related to a problem? Please describe.** I have a laptop that I take to quiet places. I also use Bluetooth headset to listen to videos without...

enhancement

Input script: ``` #!/usr/bin/env bash case "$PATH" in thing) echo "Shouldn't match this." ;; esac ``` Resulting minified code: ``` case "$PATH" in thing);echo "Shouldn't match this.";;;esac ``` Bash's error:...

Markdown files allow local links, like this: ``` More about [passwords](passwords.md) ``` It would be very handy for me to be able to click on a local link and have...

**Is your feature request related to a problem? Please describe.** I'm evaluating various similar solutions. The README is fairly light on what the module does and the purpose of the...

In addition to fixing how links work, I've added a bunch of tests, fixed many conversion problems between markdown and Confluence, automatically run the tests on builds, included a link...

There's only a few ways this library is used, and this change should not impact any of them. 1. Library for another tool: the devDependencies are not used. 2. Command-line...