Jérôme Vouillon

Results 127 comments of Jérôme Vouillon

In fact, we have not three but six copies (!) of the Tyxml signature, with the `F.Raw`, `D.Raw` and `R.Raw` submodules...

One issue is that we have the following definition: ```ocaml module Make(Xml : Xml_sigs.T with type ('a, 'b) W.ft = ('a -> 'b)) : Svg_sigs.Make(Xml).T with type +'a elt =...

Well, if we do not export the `cmi` file, we no longer have access to the variance information... As far as I can see, the best we can do is...

@Drup, that's a good point. Modules `F.Raw` and `D.Raw`, as well as modules `F` and `D` have the same type. This still leaves some duplication though.

I don't think we are using `encodedpcdata` anywhere.

> Note that depending on which service one uses, the token needs to be > added either before or after signing. > > https://docs.aws.amazon.com/general/latest/gr/sigv4-add-signature-to-request.html > > « When you add...

Indeed, you forgot to add the `X-Amz-Security-Token` header. It seems you only need to add the token after signing when generating a pre-signed URL for an AWS IoT websocket. See...

How does it compare to https://github.com/inhabitedtype/ocaml-aws/pull/95?

This looks like a bug in a C binding. Are you using any other library?

It's hard to debug this kind of issue since the crash happens during garbage collection, well after the buggy code has been executed. You may be able to narrow down...