Clément Busschaert

Results 19 comments of Clément Busschaert

with `0.18` now you don't ever have implementation of ports, from what I gather. Also there are `Cmd` and `Sub` types in `Platform` module of `Core` package

I think all properties directly accessible via UI should be overridable. I haven't handled a linked MustardUI file in a while so i forgot exactly what was blocked ; i'll...

None of the controls seem to be active, actually. This is what the menu looks like when making a library overdrive from the Tifa collection. ![image](https://user-images.githubusercontent.com/13928490/119176523-7e68da80-ba6b-11eb-82a4-46ad0d646d2d.png) If it helps to...

Still the case at this date. (25/01/17) gtk theme is still not in PPA

I imagine support for an `(eliom (server_libraries ...) (client_libraries ...) (server_flags ...) .....)` stanza for both `executables` and `library` stanzas would be better than brand new top-level stanzas.

not in the core language, but you can do a bunch of conditional choices for now ``` LIST colors = BLUE, RED, YELLOW, WHATEVS == ChooseColor(list) == What color do...

I *believe* this is fixed for 2.11.1. Try pinning to the repo? ``` opam pin add ocsigenserver [email protected]:ocsigen/ocsigenserver.git ``` If you can't there should a release soon.

it's `--default-module` not `--default-language` and is introduced in the `dune` branch of https://github.com/besport/ocsigen-i18n the change to using it is due to an oversight in the testing of the template. Until...

i opened a PR to fix the template. @MdeLv (and anyone encountering the same issue) in the meantime you can change your `Makefile.i18n` to remove the `--default-module` mention. That module...

the `--default-module` argument (anonymous in the current version) is the name of the module used by default for the rewriter. `ocsigen-i18n` allows to have multiple i18n files. Can be useful...