Billie Cleek

Results 132 comments of Billie Cleek

Thank you for contributing. I'd prefer not to merge this. Preserving errors going back up the stack is not a goal of this project. Checking for sentinel errors and error...

I'm trying to figure out a way to integrate this without introducing inconsistencies in user's experiences between validation and binding. The work you've done here, will return errors from the...

Are you only seeing this when your request doesn't have a `Content-Type` header?

I wonder if this feature might be accepted by leveraging the IBEACON, but using a file path in the VIA field to cause it to write to a file similarly...

That's sounds great. I was just thinking last night that I wish I could reload the config with restarting. SIGHUP support would be a welcome change, too

@georgelesica-wf 👋 I'm the original author of that test. I haven't checked the test on latest master, but I can relatively reliably get it to fail on the commit that...

The difficulting with doing something like this is that Vim's syntax highlighting is based purely on regular expressions, and the syntax highlighting in godoc that you may expect wouldn't be...

> Why do you think so? Because it won't take long for people to want that highlighting in any examples and package indexes. (e.g. the examples in `:GoDoc net/http` and...

https://github.com/fatih/vim-go/issues/2749#issue-572561481 points out that Go 1.14 may make this much easier to implement.

I'm not sure how useful this would be. One could easily run `!go mod init` from within vim.