eliom
eliom copied to clipboard
Multi-tier framework for programming web and mobile applications in OCaml.
It's been a long time and perhaps I posted this in the wrong place and should have posted here instead: https://github.com/ocsigen/ocsigenserver/issues/194 Copy pasted: I have a working ocsigenserver instance version...
Hello, I'm totally new to the Ocaml ecosystem and I wanted to try Eliom. I'm unable to launch the Ocsigen-Start app, when I execute the `make test.byte`, I have the...
tyxml 4.6.0 does not exist yet. I will "undraft" this PR when relevant.
eliom-distillery -name myapp -template os.pgocaml ... make test.byte ... ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while loading /Users/boris/.opam/4.06.1/lib/safepass/safepass.cma: error loading shared library:...
(I'm using eliom 7.0.0, and couldn't test it with a more recent version yet) See the `ocamldep` invocation (and the expected failure): ``` thibault@manta \_o< eliomdep -server -ppx -verbose -eliom-inc...
If your file main.ml has a line with code like: `let%lwt x = M1.stuff ...` and M1 is used nowhere else in the code, eliomdep (and ocamldep) don't figure out...
What about options `~deny` and `~allow`. May be just remove them?
What about option `~force_unconnected`? (may be use a boolean Eliom ref of request scope?)
Or service wrapper? Do we need a way to deactivate it for some services?