Dan

Results 35 comments of Dan

I've just ran into this issue after using copyist for a long time with no issue. If I add a `flag.Parse()` statement before I call `copyist.IsRecording()` then everything works. Not...

Also running into this issue with transitive dependencies.. `func (src *ErrorResponse) Encode(dst []byte) []byte` is now returning an error in addition to `[]byte`. If you don't want to cut a...

I'd also like to know this. I was experimenting with the OAuth flow in Insomnia (which doesn't work because of the email magic-link which opens in a browser), and ended...

I'd be happy with a change to enable this, but not sure on the correct approach. I'm not too familiar to how other protocol bindings work, but http just has...

Just added a comment to the issue #970 which might prevent this from being merged as-is as it could break other people's implementations

My PR #1231 has been working for me for a while which uses the fix mentioned above, however I have just found one small issue. I'm not even sure it's...

Looking more into this, I notice that `jsonschema` actually implements `JSONChildren() map[string]JSONPather`. Notice the value-type of the map is `JSONPather` and not `interface{}`. I think this should be closed and...

Given this is standard practice for Operator SDK projects, in the meantime, would it make sense to add a section in the documentation/README.md titled "CRD Generation", and give contributors instructions...

Looks like this is hardcoded within the template, it's going to be hard to fix this https://github.com/ogen-go/ogen/blob/eb1bcf60a92dbea6dd2b0fea1870944f4c0c150a/gen/_template/schema/sum.tmpl#L4-L26

This issue is also discussed here https://github.com/oapi-codegen/oapi-codegen/issues/970. It comes with a PR #1231 but I'm not sure if it should be merged due to my final [comment](https://github.com/oapi-codegen/oapi-codegen/issues/970#issuecomment-2094111057) in the issue