eliom icon indicating copy to clipboard operation
eliom copied to clipboard

Multi-tier framework for programming web and mobile applications in OCaml.

Results 123 eliom issues
Sort by recently updated
recently updated
newest added

I just went through the tutorial [here](https://ocsigen.org/tuto/6.1/manual/tutowidgets) and there were a few minor issues: 1. To_dom is present in some places instead of the full path Eliom_content.Html.To_dom 2. The hidden...

If I try to compile the first step from the [widget tutorial](https://ocsigen.org/tuto/manual/tutowidgets) using Oasis, I run into lots of undocumented problems. I try to summarize them here. I followed the...

Because warnings are evil and are ugly. Some comes from `eliom_form` about type inference, some comes from `cmx` missing for Ocsipersist. some from `unused rec flag`, etc.

I'm wondering whether it would be possible to use module aliases for Eliom_content, in order to avoid loading the interfaces of the three variants F, D and R of the...

enhancement

I think it would be more easy to remember that RPC can be created with the modules `Eliom_rpc` instead of `Eliom_client`.

question

I have a POST service (A) that takes POST parameters. I register this service as a Redirection, and I redirect towards a get service (B) that takes no parameters, after...

http://ocsigen.org/eliom/6.0/manual/server-links Just search for `

Seems like it's still using camlp4: https://ocsigen.org/howto/rpc Would be great to update it. Also, the topic itself seems very important. So it would be desirable to expand this section as...

This cheatsheet seems to be using the camlp4 extension: https://ocsigen.org/overview/cheatsheet Would be great if it was updated.