-
debian 10
ocaml 4.10.0
ocsigen-start.4.0.0
psql startup is fine.
make test.byte immediately triggers the following error:
```
mkdir _deps …
-
Even if Eliom can define more services types than most web frameworks, it would be interesting to be compatible with other routes definitions of those other web frameworks (which are often in a text f…
-
I added a simple React event to my super basic eliom-distillery generated server (https://github.com/bruce-ricard/miscellaneous/blob/serverevent/eliom-client-file/test/test.eliom).
The added code i…
-
Imagine we have our code in a directory `src`, so that there are files like `src/foo.eliom`, `src/bar.eliom`, etc. Then, this happens:
```
$ cd src
$ eliomdep -client *
_client/bar.cmo: _client/foo.c…
-
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(…
balat updated
7 years ago
-
![e](https://cloud.githubusercontent.com/assets/15014298/25376746/84510658-29a5-11e7-95fa-55dfb87d334d.png)
Within [this line - (eliom_request.client.ml#L276)](https://github.com/ocsigen/eliom/blo…
-
I've started playing a bit with the upcoming Eliom6. Since bikeshedding season is officially open, here are some initial thoughts on the API (more to come later):
- The variants in `Eliom_service.Ret…
-
When sending out password emails to the user, the correct hostname / port is preserved even behind a proxy, but it seems to me the scheme is always forced to http.
mefyl updated
3 years ago
-
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 --s…
-
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
...
```
Here my function create…
balat updated
8 years ago