James Harris

Results 27 comments of James Harris

@ezzatron By any chance have you got an example of automated docker pushes with makefiles.dev and GHA?

I have hit this problem too, specifically when using `go test -count=n` to run tests, where `n > 1`. Using the test below under Ginkgo v1.14+ I see the failure...

> yeah `-count` isn't supported by Ginkgo. I commented on this here: Ok, no problem. I could have sworn this did actually work, but even if it did and it...

Is there any greater impetus to support this now, given that setting the platform is how you instruct Docker for Mac to emulate amd64? (See https://docs.docker.com/docker-for-mac/apple-silicon/#known-issues) Otherwise, is there some...

I'm getting this error as well, but consistently. It looks like the requisite `database/sql/driver.ConnBeginTx()` method is [only implemented when building with Go 1.8](https://github.com/go-sql-driver/mysql/blob/370fec2ee5c33c6e2bc3b63da3ef17f6a66d2229/connection_go18.go#L42)?

> We actually got a PR raised today for a prerelease, can someone confirm that this is now supported for nuget? Piggy-backing on this, I came here trying to find...

Is there any accepted approach that I could use to do what @shahms suggested in [this comment](https://github.com/alecthomas/participle/issues/22#issuecomment-462981078)? I'm trying to understand the most appropriate way to "jump back" into the...

It's about defining the dependency relationships between: 1. The OpenAPI schema file(s), and the generated code 2. The generated code and the other Make recipes that consume that code When...