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

This is building off of https://github.com/ocsigen/eliom/pull/445 by @vasilisp. It's adding the -reason flag to eliom-distillery which converts the .eliom files to reason syntax. It also adds the `%%%REASON_FLAG%%%` substitution which...

Happy new year everyone, I come bearing eliom gifts! :santa: This is my WIP branch for attempting to compile eliom (the framework) with eliom (the compiler, aka eliomlang). This needs:...

Apologise for a somewhat long issue posting, I believe it's a tough issue. First, I think writing user interfaces with FRP is a bliss, though as far as I'm aware,...

I found this module by searching in google, after I have seen it in a piece of code. This is the module I needed, but I would have no idea...

Trying to compile a project which includes JSON parsing modules generated with `atdgen`, I get the following eliomc error: "Parse error: illegal begin of interf" The offending line is a...

Hello, I'm Cygwin user on Windows 10. I have installed all dependencies (you can see dbm, lwt_ssl, and so on are already installed by opam) I have this eror message....

When trying to create a client-side services that accepts a list-type parameter, I keep getting 'Cannot parse params for client-side service' error messages. Looking at the code in `src/lib/eliom_parameter.client.ml`, it...

Applied services generated by `Eliom_service.preapply` on the server cannot be sent to the client because of a type mismatch that will fail on the client with a `[eliom] Async: Ojs_exn.Error(_)`...

When inside a client-server app, when a (post?) request fails (for example the service raises an exception) I get this error message in the browser console, instead of a proper...

Thanks to @Drup's help on `#ocaml`, I don't need to fix this, now, but he recommended reporting it as bug. The `js_of_eliom --help` output reports on options `--pretty --no-inline --debug-info...