Ryo Yamada

Results 9 comments of Ryo Yamada

For anybody coming here later: to get the example above to work, it needs to be something like: ```go import ( "github.com/your/package/generated-client/client" httptransport "github.com/go-openapi/runtime/client" ) type customTransport struct {} func...

@kamilkp resolved conflict, plz merge if it's looking good

@fujiwara thank you so much 🎉

@cbbfcd Thanks for the comment, and yea I guess so! It's a valid decision to not make the change due to ROI, still wanted to make sure if there's any...

@ronjouch that's a good one, renamed the title 👍

I'm seeing this error even when $GOROOT is set, and seems like 8f8c68ab8896d1317813081f20ff47831503e167 with go version 1.20 is somehow causing this on my machine. .pre-commit-config.yml ```yml repos: - repo: https://github.com/golangci/golangci-lint...

Thanks author @mizchi :+1:

@zlotnika Thanks I was lookin for this @mixonic Any plan to accept this PR?

Manipulating the child's state directly could be a bad practice, in which case we could expose an API like `setError('error message')` on the component