Anders Peter Fugmann
Anders Peter Fugmann
Closing this due to inactivity, but feel free to reopen or followup on the issue.
Thanks for the report. `ppx_protocol_conv_xml_light` does not handle schemas, but only looks at various nodes in the xml. I will need to test a bit furhter, but to parse the...
> > As a follow-on, if I start from a variant type and try to round-trip to XML I get an error; here is the code: > ```ocaml > open...
TL;DR I don't think `ppx_protocol_conv` will be able to do what you want. As I understand it, you want a record containing a algebraic datatype (``) and other fields to...
It will be quite difficult to support with the current architecture. Consider deserialization: A sequence is defined as a list of elements of type `t`. For each element in the...
I think it makes perfect sense to extend the `content` type to include the content type and other useful headers. What other common fields are you thinking of?
Looking further into this, the `ListObjects` call does not return the content type for each entry ([doc](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html)). So content type would be empty on each ls. I think the only...
Hmm... Having a second version for `head` would also pollute the namespace - and we would need a solution for `get` also which I assume will return the same header...
We are currently investigating problems related to scanning Swift code when using Xcode 16 and Swift 6.0. We cannot share any timelines on how long this will take just yet,...
Please note that active development of the `ocaml-protoc-plugin` has moved to https://github.com/andersfugmann/ocaml-protoc-plugin. I have replied to your question here: https://github.com/andersfugmann/ocaml-protoc-plugin/issues/42.