Raghu
Raghu
Closing the electron shell window on Windows 7 does not exit neovim cleanly. THe next time neovim is started, .swp files are present.
First of all, great project... very promising. I've been trying to use this along with neovim-qt. This issue with completion popup behavior... I initially thought that this might be a...
Fixes #39 by passing in the config key `es_using_ssl` and then appropriately creating a http/https proxy connection.
Config.js has a key `es_using_ssl` but this key is unused. The proxy calls always use the `http` module even if es_using_ssl` is true.
Check for X-Forwarded-Host so that kibana-authentication-proxy itself can be hosted behind a reverse proxy. Also found a problem where the proxied request will result in a call to ES with...
I have 53 plugins. vim-plug used to update plugins decently quickly on windows (30s) earlier. on my linux desktop, this is closer to 10s. However, of late, it's started taking...
``` #r "nuget:Dynamitey/2.0.9.136" #r "nuget:ImpromptuInterface/7.0.1" using ImpromptuInterface; public interface MyInterface { string Id {get;} DateTime Timestamp {get;} } var s = new { Id = "123", Timestamp = DateTime.Now };...
Hello SSF devs Thanks for this great piece of software. As you might've heard, Wireguard is VPN software that's likely to be included in the Linux kernel. It has a...
So, I've noticed that even when before_all fails, the examples in the context are run. This happens even with the `--failfast` flag on the nspecrunner.exe. Wouldn't it be better to...