Naftuli Kay

Results 43 comments of Naftuli Kay

@ubogdan Is there a swagger struct field tag that I can use to mark a struct field as optional? I'm using `swaggertype:"string"` for my `null.String` values, but is there a...

@ubogdan ping on this: is there a tag that I can use to let Swagger know the field can be null?

Is there a `validate: "not-required"` to signal that a field is indeed optional? Right now with `swaggertype:"string"` it shows all fields as required when any `null.*` type should be optional.

@lewisgoddard Thank you for putting this on the docket for 0.4.1. For users unfamiliar with the concept, PGP signatures establish a logical property called _cryptographic authenticity_ and _cryptographic integrity_. A...

Just to hopefully clarify things, as I don't think I mentioned this in my bug report, my use case is creating something like `sudo`. `sudo` has options (like `-i` or...

I ended up installing to a plaintext partition, then rsyncd to an external hard drive, created a LUKS container, created internal partitions [as I do](https://naftuli.wtf/2015/11/02/linux-ram-disk-hacking/), rsynced back from the external...

Are there any known workarounds for this?

I have a similar use-case, but I'm using `null.*` (`v4`) for `PATCH` requests, so almost every field is null and I'd like to copy only what has changed: ```golang type...

I just created #217, which is a duplicate of this, so I will close.

Please be advised that Amazon has since added more metadata to their calls, so the difficulty here is that things will be masked by serde only deserializing the fields it...