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

See https://github.com/ocsigen/ocsigenserver/pull/238

This issue is triggered by an in-application link for a service which uses two downwards react events (or signals). I am using eliom 10.4.1. The issue can be reproduced as...

This error was reachable when also hitting this error: Error: Error: Inferred type of injected ident not found. You need to regenerate services/.services.objs/byte/game.cmo.

Hi, With the code below, when i click on the "delete" button, i get the message "Assert_failure src/lib/eliom_uri.shared.ml:578:13" on the javascript console. Tested with eliom 5. ``` ocaml open Lwt.Infix...

Hi, recently I have couple issues with SVG content (maybe they are just result of my misunderstanding of the problem): a) Adding svg element into HTML content (using functional interface)...

documentation

The CI is otherwise broken when Eliom uses a newer or changed API in ocsigenserver. This also makes sure that Eliom doesn't use removed APIs.

`Lwt_preemptive` was not used by Eliom but code was here to print stats about the number of busy threads, which is removed. This goes with https://github.com/ocsigen/ocsigenserver/pull/264

My System: * Debian 12 * OCaml 5.2.1 * Ocsigenserver 6.0.0 * Eliom 11.1.1 This code creates a form which toggles a boolean value (stored in a reference): ```ocaml (***...

Disclaimer: I'm not sure this is a bug, I'm possibly just "holding it wrong". My System: * Debian 12 * OCaml 5.2.1 * Ocsigenserver 6.0.0 * Eliom 11.1.1 * Js_of_ocaml...

The type for a server response changed from `Cohttp_lwt.Body.t` to `Ocsigen_response.Body.t` in https://github.com/ocsigen/ocsigenserver/pull/260