Vincent Balat

Results 62 issues of 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...

enhancement

Revproxy is now using a new connection for each request. Previous version was keeping connections open and reusing them.

Epic

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

enhancement

I think it is not easy to do that (?)

enhancement

This makes it possible to have nested `` tags.

do not merge

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)") ```