Vincent Balat
Vincent Balat
It is currently not possible to use C.node directy inside R.node. When the page is generated server-side, the node never changes. This produces a bug very difficult to understand. The...
I think it would be interesting to be able to put several class attributes. ``` let popup ?(a = []) content = let box = D.div ~a:(a_class ["popup"]::a) content in...
Revproxy is now using a new connection for each request. Previous version was keeping connections open and reusing them.
It is currently impossible to modify wiki pages that are not very small on ocsigen.org. Exception Input_is_too_large is raised on server side. Do you know what change may have caused...
Because sometimes we miss the information what request went wrong
I think it is not easy to do that (?)
Uploading a pic on http://ocsigen.org/ocsigen-start/demo/settings fails. Nothing happens when submitting the picture. Error message in browser console: ``` Eliom_client_value.Exception_on_server("(Failure int_of_string)") ```