Mark McDonnell

Results 236 comments of Mark McDonnell

I'm using Pathogen (as you'll be able to see from my dotfile set-up)

On a side note, I'm currently producing a book about Vim for Apress and I would love to see this plugin working properly so I could include it in my...

@benmills that's correct. I've simply used `brew install vim --override-system-vim` to install Vim. I have two provisioning scripts that download the relevant plugins into the `bundle` directory: https://github.com/Integralist/Fresh-Install/blob/master/provision-complete.sh#L28-L70 Although you'll...

@benmills hey I figured out what I was doing wrong and it was both stupid (I didn't read the README properly) and sadly disappointing as it meant Vimux doesn't do...

OK I just updated that previous comment to have a million less typos in it :-/

@chipbuster apologies, I didn't see your question. I do have a file there, and it contained: ```bash eval "$(~/.local/bin/fig init bash post --rcfile bashrc)" ``` > **NOTE**: I don't mind...

Ah @kurko is seeing what I'm seeing and so sounds like `--path-to-ignore` is what I needed (thank you! I didn't know that flag existed)

I stumbled across this issue and thought people might appreciate this post I wrote in 2018 re: Cognito and Python https://www.integralist.co.uk/posts/cognito/ I include some Python abstraction code (here: https://www.integralist.co.uk/posts/cognito/#example-python-api-code) I...

Hi @chenrui333 There is no API support for Image Optimizer at this time. In the future, there will likely be an API for 'enabling' Image Optimizer (but I do not...

Thanks @stefangluszek for raising this issue, this issue was raised previously for which you can see the comment thread here: https://github.com/fastly/go-fastly/issues/242#issuecomment-759502964