Paul Jolly

Results 610 comments of Paul Jolly

> There are some cases where cmd/go might not be available and a normal web API would be helpful I'd be wary of encouraging tool authors to query pkg.go.dev/a proxy...

In https://github.com/golang/go/issues/37952 I raised the question of whether module/package license file information could be surfaced in the output of `cmd/go list`. Following a conversation on yesterday's [golang-tools](https://github.com/golang/go/wiki/golang-tools) call, we concluded...

> `/search/`: matches the functionality of https://pkg.go.dev/search?q=hello, returns JSON instead. Building on this point, it would be great if a real-time fuzzy search API were exposed. That way command line...

Thanks very much @chrisbra for such a detailed breakdown.

@chrisbra > This will disable Vims default quickfix filetype plugin. And then vim-airline behaves sane. This does not actually fix the problem in my tests. i.e. assuming a `.vimrc` per...

As far as I can tell, this is still an issue even with `v0.0.4` of the SDK. If the upload target it `/` then the upload appears to succeed. Per...

@marcosnils thanks for confirming the issue with respect to target path. I'll leave this issue open for now pending a fix for the permissions issue.

Assuming I've understood the problem correctly from your description, this sounds like the right plan. We do something similar in `preguide` FWIW; there we need to do things that way...

> I guess you'd also use different ports for the second deployment, correct? Actually no - because these two instances will not be running at the same time. My issue...