Danny Willems

Results 70 comments of Danny Willems

@xclerc Any news about 4.03? (or 4.04?)

@xclerc Seems awesome! Thanks for your job. Do you think it's possible to write Android applications with ocaml-java? I never tried for the moment.

@xclerc I wait for the new version of ocaml-java before testing and try it.

@respondcreate @mwatchi @maxcanada See #662. Need to generate the minified JS before merging, and maybe find a better way because it's an ugly hack IMHO.

Maybe also cc @sanderspies and @yunxing (based on contributions)?

@Drup: Yes it's possible but it's not very easy for a beginner to know it. Eliom-distillery as a standalone project can be very interesting. I implemented a very basic version...

When this feature will be implemented (maybe #413), documentation about `.eliomignore` and `.reserve` must be added.

@vasilisp What I would it's only to be able to parse configuration file like those from Play, which I don't think it's complicated. We can provide a function `Eliom_services.from_file filename`...

Oh... I see what @vasilisp means.

> The presence of .server|client.cmi comes when you have .client.ml and/or .server.ml (which happens a lot in eliom itself). Maybe we should get rid of that, that would certainly simplify...