percivalalb

Results 8 issues of percivalalb

In larger OpenAPI specs it is useful to split up components into multiple files and use [`$ref`](https://swagger.io/docs/specification/using-ref/) to "stitch" the spec together. This doesn't quite work when generating models, full...

bug
area:external-refs

**Do you want to request a *feature*, report a *bug*, or ask a *question* about wit?** bug **What is the current behavior?** https://wit.ai/docs/http/20221114/#post__entities_link claims that the "roles" field in the...

The XY of the problem is the fds indices used by systemd socket activation are left empty once `activation.Listener` is called. Any new fds typically take the lowest available fds,...

For https://github.com/deepmap/oapi-codegen/issues/1362 OpenAPI specifications can be spread across different files for maintainability. However this is not great for code-gen which can't recognise when two schema refs refer to the same...

bug
awaiting reply
area:external-refs
area:*of
upstream

It does this by keeping track of the source file paths of schemas in multi-file'd specs. This enables the amalgamation of schemas which reference the same underlying model which removes...

I encountered an issue when running `go-lsif` in the [official docker image](https://registry.hub.docker.com/r/sourcegraph/lsif-go) over a repo using go 1.21 which makes use of the newly introduced `slices` stdlib package: ``` /.go:7:2:...

https://pkg.go.dev/net/http#MaxBytesReader > closes the underlying reader when its Close method is called. Is it possible to detect when the body could be implicitly closed like in the below:: ```go res,...

`Number::Phone` is unable to parse Irish (IE/+353) numbers using the special 048 prefix for Northern Ireland, which typically charges calls at the domestic rate but routes them international to the...