Paul Jolly

Results 612 comments of Paul Jolly

Linking threads, this now appears to be blocked on https://github.com/cli/cli/issues/4731.

This issue should also be retitled to something like: "CLI is not go install-able" because the de facto means of installing a Go program outside of a module context is...

Just to clarify whether the scope of this proposal covers a use case I have. Go has content-addressed build and module caches defined via `go env GOCACHE` and, as of...

Yes, that would be good, thanks.

Yes, that sounds fine. Thanks

@matryer - apologies, I thought these were comments in my GopherJS version of this repo (https://github.com/myitcv/gopherize.me)!! @bgadrian - please ignore my responses; I defer entirely to @matryer

@slimsag if it's of any interest, with `myitcv.io/react` I do something similar, e.g.: https://github.com/myitcv/react/blob/57b167914d27bc71eafc5447e5bf54dacb2a22a4/examples/sites/latency/latency.go#L82-L90 It's a very basic implementation for now and doesn't do any parsing of template fields (unlike...

Picking up API conversation from https://github.com/rogpeppe/go-internal/pull/217#pullrequestreview-1401240139 > * Please add a test case for a command that writes to stdout and stderr, and then returns an error. I wonder if...