Andrew Winterman

Results 22 comments of Andrew Winterman

Reading the docs, I thought RunE would set the error code on exit for me. I did not expect it to print usage info. It is hilarious to have my...

I just want to note that there's an impl here that solves at least 50% of the use case: https://github.com/Kotlin/kotlinx.coroutines/issues/2193#issuecomment-705655058

default date format `Wed Sep 22 22:49:42 PDT 2021`

I'm happy to help out as well.

Just gonna echo that we have this issue as well. we've taken to wrapping every method with an exception handler, which works but requires the implementor to do work for...

Correct, you can override the call object, but this is still a bug.

Seems unrelated to exceptions, unless I am mistaken?

I have a hunch the nvim plugin is allowing the document formatting params to be their defaults, meaning InsertSpaces is false here: ``` type FormattingOptions struct { TabSize float64 `json:"tabSize"`...

okay, this was actually quite silly, i had no conenctions configured because i thought the docs for the neovim plugin that wraps the underlying lsp plugin were all i needed...

> Do you mean the proto files defining the well-known types? Yep!