Fatih Arslan
Fatih Arslan
Hi @romshark Thank you for the PR. However I'm not interested in any other refactor, nor do I want to change the test package. Our goal is to export the...
Hi @gottwald Thank you for the contribution. The Template function is fairly simple and it's not intended to be imported as a package. Also, we do a simple environment lookup,...
Hi @stapelberg, Thanks for the tool, this looks great! I really love this tool and was going to work on a similar one, however now that you wrote it there...
Thanks @stapelberg. Sorry for the late response, I'm quite busy handling the issues on vim-go and my official work. I've opened this https://github.com/fatih/vim-go/issues/1445 so it's known by us (vim-go). I'll...
I've just looked into this and think this needs some improvements until it's ready. Some of the things are: * For example suppose you have this code: ```go func foo()...
Hi @enisoc This looks doable. For that to happen, the `sql-proxy-client` needs to still connect to PSDB. We need to create a bi-directional stream, maybe use a library like https://github.com/hashicorp/yamux...
Hi @zhaoyao. Thanks for the excellent bug. I found the issue and it's due the `TagLoader`. However if you would trigger the `EnvLoader` with something like `A_B=12s go run demo.go...
> If Usage is nil we will generate it while Loading The problem is, loading is not context sensitive. All the loader knows, there is something that has the `Load(s...
@client9 Sorry I was on vacation. I think the best way is to provide a `Usage` field to the `FlagLoader`. If it's present, we'll use that one. Another thing would...
@bschaatsbergen yeap, I'll merge this soon. Hadn't time go over it.