Bruce Ricard

Results 38 comments of Bruce Ricard

Is it possible to use lwt AND the syntax extension at the same time?

> I'll leave this open to remind us to update the docs. Is it working @blgm ? :)

Hi @benjaminguttmann-avtq , thank you for the report. We wondering what `curl 'https://example.com/api/v1/data?path=some-credential-path'` returns in the case of that certificate that has been regenerated with the `transitional=true` flag. Does it...

@shonfeder did you ever find out the answers to your questions? > Thank in advance for feedback! Don't thank too much in advance :)

Your example looks very much like what I'm doing, except for 2 differences: - I'm using Eliom 5, I'm not sure if that makes a difference - I don't have...

Here is my [code](https://github.com/bruce-ricard/gobblet/blob/post_redirection_issue/server/post_issue.eliom). I have the get version [here](https://github.com/bruce-ricard/gobblet/blob/works_with_get_form/server/post_issue.eliom). I just realized that I could fix the POST version by removing `~options:TemporaryRedirect` from the redirection service registration. But the...

I'm using the makefile generated by the distillery which has `lwt.ppx` in both SERVER_PACKAGES and CLIENT_PACKAGES.

`git clone [email protected]:bruce-ricard/gobblet.git` `git checkout ceb67ea7903d49246c9334db23910074c791127e` in lib/ `make && make install` in server `make byte` It should tell you `Error: Unbound module Connection_code` you can then run ` make...

As a workaround, for better readability and debug-ability of our logs, we added this line in our Dockerfile: ``` RUN echo "from mysql:${MYSQL_VERSION}" ``` which logs in our Concourse output:...

I often argue that world facing documentation, especially tutorials, are some of the most important things to get right. We might have lost people to the ocaml community already because...