Nick Miyake
Nick Miyake
I have a local branch that performs this conversion -- it seems to work as expected, but due to API differences in `packages` the change is somewhat large, and it...
I think the primary thing that needs to be figured out here is how to support this on the frontend (Javascript/Typescript) side -- that was the entire reason for the...
Can you clarify what you mean? Even if a `ts-conjure-serde` exists, a new `integer64`/`long`/`long64` would still have to be declared by the Conjure specification, right?
There is actually a case that is a bit difficult to handle without the `type` field (for sure in Go, but I believe this will also apply for Java and...
Besides motivation, there would also be some work in speccing this out. Would Conjure also define the format for the JSON patch? The "op" and "path" fields of a standard...
Ah I see -- since the HTTP PATCH RFC doesn't dictate the content type of a patch, we could do a "pure Conjure" implementation simply by letting you specify the...
Dupe of #69
As part of this, the default output should likely include help -- for example, would have been nice to know things like the fact that `` can be a file...
Flagging that we encountered this in another published Conjure API. Are we pretty confident in our stance of not changing this at the language-level? If so, then I will likely...
#76 has merged, and I think it solves the issue in most cases -- basically, call `Wrap` or `New` when error is first generated, and `WithMessage` to annotate further. I...