Shawn Sterling

Results 25 comments of Shawn Sterling

That worked! Thank you very much! Not sure if I should close the issue or if that might be a good change for the plugin?

Okay, I figured out how to replicate the issue, and found another one (I can open another issue if preferred). I changed my .vimrc to be the absolute minimum, and...

Thank you again graywh! I did not know that was how vim worked for the matching. I have read a lot more about matching, and have now worked around the...

Hi Tim, thank you for the response. We are using nginx basic authentication: ``` auth_basic "Restricted"; auth_basic_user_file htpasswd.users; ``` or if apache: ``` AuthName "Restricted" AuthType Basic AuthUserFile /some/dir/htpasswd.users Require...

Hi Tim, yes it is still an issue. Take it easy. -Shawn

Hi there Chris, sorry for the late reply. Thank you for doing all the troubleshooting for me. :) I think the right way to go would be to try and...

Hello Autumn, thank you for catching the older version on pip. I need to be more diligent on updating both the pip and github version. I'll do that shortly. The...

Okay, I have a docker container running opensuse 13.2 . If I install a base nagios.cfg, then do: ``` zypper install python3 python3-pip pip install graphios ``` It fails to...

So far, I can't replicate this behaviour with docker. I'm happy to fix it if you can give me the steps that will cause this outcome.

Hi There, sorry for the delay I was at a conference (re:invent) all week. Thank you for taking the time to write this. Can you take a peek at the...