Hugo

Results 1333 comments of Hugo

Oh, thanks for the heads up, I had no idea. Hope he gets well.

Also an issue with `nvim -d`.

Why is this closed? Isn't importing windows-specific libraries _after_ determining that the platform **is not** windows a clear bug that actually needs fixing? Even if I circumvent the issue myself,...

> With the upcoming CREST market dumps and the removal of the cache writing in the EVE client, Contribtastic and libevecache are basically EOL. Hadn't payed much attention to that....

Thanks! I'll keep an eye open, though until go fixes their network stack to [actually work](https://code.google.com/p/go/issues/detail?id=8124), I won't be able to run this. :disappointed:

I like the approach taken in [lspcontainers.nvim](https://github.com/lspcontainers/lspcontainers.nvim) a bit more. Each tool has its own dedicated image, and the container is spawned by the plugin itself. Having to build a...

Well, I sort of got around this by using `encrypt-to` in `gpg.conf`, though I'd prefer to have this done by mutt by default (or with some simple setting), rather than...

I *think* I'm having the same issue, but I'm not entirely sure. The example screenshots in the README also have titlebar decorations, so I might be misunderstanding the purpose of...

Somewhat related: If when returning `Some(Body::Empty)` from a lambda the ALB then yields 502. Returning `None` works though. If I understand the source correctly, `Some(Body::Empty)` is converted to `body: null`,...

It does not. I've sent a patch via https://github.com/aws/aws-lambda-go/pull/408.