Atte Kojo

Results 4 comments of Atte Kojo

golang/go#20925 pretty clearly states that `godoc` will not support hiding lines. That `//line` hid some comments was probably a bug that's now fixed. If you want to process same files...

I'm a bit late to the game here, but looking at the [OpenAPI v2 spec](https://swagger.io/specification/v2/#securityRequirementObject) it defines `security` as being a list of security requirement objects (ORed together), each of...

I second @ocervell, `AsyncTransport` should definitely be the default, with `SyncTransport` provided as option for special use cases like Cloud Functions

I have the same issue when trying to create ManagedCertificates, using a definition like ```hcl resource "kubernetes_manifest" "acme-managedcert" { provider = kubernetes-alpha manifest = { "apiVersion" = "networking.gke.io/v1" "kind" =...