Danny Willems

Results 171 issues of Danny Willems

## Draft - Introduction (sorry for the bad quality PR for the moment) I would like to open the discussion about a brand new documentation for jsoo. It is not...

Some months ago, Facebook released [Reason](https://github.com/facebook/reason) which aims to easily switch to OCaml by implementing a syntax extension close to other popular languages and it gains rapidly in popularity. To...

feature
syntax extension
post-eliom-6.0
build system
Epic

Because warnings are evil and are ugly. Some comes from `eliom_form` about type inference, some comes from `cmx` missing for Ocsipersist. some from `unused rec flag`, etc.

I think it would be more easy to remember that RPC can be created with the modules `Eliom_rpc` instead of `Eliom_client`.

question

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...

enhancement

Is there a way for the moment to allow developer to write their own Eliom templates, let other developers to download them and use them? It could be very interesting...

Is it still maintain? @guedes

Running ocamlformat in CI is expensive for the moment because it does require to use ocaml/opam2 docker image + installing ocamlformat using opam. It would help speeding up CI jobs...

Kind/feature-request

This is an attempt of making librustzcash compatible with the target wasm32, to be used further in the browser or node, using [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen). At the time of writing, tests are...