Seb Mondet
Seb Mondet
Also inside opam the error is different but seems also related to marshalling: ``` Fatal error: exception Invalid_argument("output_value: functional value") ``` (from there: https://travis-ci.org/hammerlab/ketrew/jobs/36071380)
The difference between with and without opam, was the version `ocaml-dumpast` used. With the “right” one, the error is: ``` Fatal error: exception Invalid_argument("output_value: functional value") ```
@hammer in read-line-based apps and in `utop` too, hitting `C-r` again keeps looking for the previous matches in history
@Drup I just had a similar problem with `~indent:true` adding unwanted white space. Would it work to just add some `List.fold` instead of `pp_list` here: ? So that children of...
The option `--no-annot` seems to decrease the size significantly in some cases.
the last line is: ``` [11:35:24] IN TLS: 10 ```
About `Ocsipersist`, I would recommend an OCaml-only (in memory) backend, or better: making it really optional within Eliom. Eliom users often have another database for the rest of their application...
I agree session storage is important, I just say it should be optional :) (Irmin is indeed overkill)
Not every website has “users” :) Also, Eliom can be used to build local GUIs that run in headless browsers. Or used to build mobile apps (FirefoxOS style). Also, we...
This is then a bug in [Bootstrap](http://getbootstrap.com/css/) and/or the color profile of your monitor (I used to have an Apple annoyingly glossy screen that would make these kind of colors...