Thibaut Mattio

Results 55 issues of Thibaut Mattio

Being able to use `Lwd.t` for every Tyxml_lwd element's parameter is awesome, but when writing large documents, that's a lot of `Lwd.pure`. This PR adds two modules in `Tyxml_lwd`: `Pure.Html`,...

The current `dream_eml` CLI takes a `FILE` argument, infers the output filename from it, and writes this file in the same directory as the input file. This has been problematic...

This PR recommends Spin to create new Dream projects in the Quickstart section. I've put the mention of Spin higher than the quickstart script, but of course, I'm happy to...

It would be really useful to have a helper `val with_etag : request -> response -> response` (or similar) that computes a hash of the response body and compare it...

#### Description Just installed a new setup with Ubuntu 18.10 and configured a Chinese input source. Seems to work in every app, except electronic-wechat. It works fine in the browser...

Hi! I wanted to use ocaml-graphql-server with [opium](https://github.com/anuragsoni/opium/tree/httpaf-update/opium) (the Httpaf version), so I generalized the implementation of graphql-cohttp to support other request and response types. The goal is to make...

I am trying to query the distinct values of a field in all the documents as in: https://docs.mongodb.com/manual/reference/method/db.collection.distinct/ I tried to use the distinct function provided by Ecto (https://hexdocs.pm/ecto/Ecto.Query.html#distinct/3), but...

enhancement
help wanted

Instead of typing `spin new [email protected]:ocaml-templates/spin-dream.git`, we could support `spin new ocaml-templates/dream`. For reference, `brew` does exactly that. cc @avsm

enhancement

- [ ] Adding standard derivers to project (`eq`, `show`, etc.) - [ ] How to debug - [ ] How to compile to JavaScript cc @pitag-ha

Reported in https://github.com/realworldocaml/book/pull/3475