Jan Rochel

Results 15 comments of Jan Rochel

I'm on it : https://github.com/ocaml/opam-repository/pull/18853

See also: https://github.com/ocsigen/ocsigen-start/issues/511

Indeed, that's what I want and what I'm already doing. However, the recognition of whether the current file is an interface file or and implementation file is done in ocaml-lsp-server,...

https://github.com/ocaml/ocaml-lsp/pull/354

The PR has been merged, but I still cannot get the recognition of .eliomi files to work: > Even when sending "languageId": "ocaml.interface" my .eliomi files are still treated as...

(see also: https://github.com/inhabitedtype/ocaml-aws/issues/96) @tmcgilchrist

As an alternative to patching, here's another way to organise the code: in branches. One could have a branch for each service that needs manual adjustments. That branch would add...

Maybe there is a mistake in by `session_token_signed` implementation, but if I use it instead of `session_token_unsigned` I'm getting a `InvalidClientTokenId` with cloudformation. And your statement would contradict > Note...

https://github.com/inhabitedtype/ocaml-aws/pull/99

As far as I know this is considered normal behaviour for the moment. If I remember correctly it is a minor problem, yet relatively difficult fix. I'm sorry that I...