Mike Funk
Mike Funk
I have the same problem, but _only_ on doing :BundleInstall the _second_ time. The first time it works as expected. I posted this as an issue on the coloresque repo...
:+1: looking forward to this. I was just thinking about how to properly handle errors with the stuff I've learned from volumes 1 and 2.
I really like that setup. Easy to implement as a chain and allows you to account for multiple possibilities.
I am still getting this error. I have phpunit version 3.7.19. I have updated all my ruby gems and pear packages. How do I fix it?
I am having the same problem on Mac. I have searched for hours on how to get this working. Here is my `gem list`: ``` archive-tar-minitar (0.5.2) coderay (1.0.8) gli...
Try again. Looks like I had used the **SSH** address rather than the **Git Read-Only** address.
Thanks for this PR!! This is a killer feature for me. I am still using ALE due to [these reasons](https://github.com/mikedfunk/dotfiles/blob/b3acf6bd0be76f96fb25a0d917580e2f11c4355b/.config/lvim/config.lua#L1418-L1423) for phpcs and phpstan. I was maintaining a whole separate...
I fix that with this script. Save to `~/.support/php-cbf-helper.sh` for instance: ```sh #!/bin/bash # https://stackoverflow.com/questions/31224368/how-do-i-escape-a-series-of-backslashes-in-a-bash-printf # printf avoids legit backslashes turning into escape chars :/ out=$(printf "%s" "$(phpcbf -q $@)")...