Gabriel Radanne
Gabriel Radanne
Linux ?
It would be nice to have PoESkillTree working under wine. .NET on linux has made lot's of progress in the last few years so it might be possible to have...
dune-release failed to publish [this PR](https://github.com/ocaml/opam-repository/pull/13005). The github API returned an error `"message": "Problems parsing JSON",` (I guess escaping issue ?)
`dune-release` regularly checks the changelog for various information, and fails by saying "changelog can't be read" when it doesn't conform to the format. In each case, you can circumvent this...
Happy new year everyone, I come bearing eliom gifts! :santa: This is my WIP branch for attempting to compile eliom (the framework) with eliom (the compiler, aka eliomlang). This needs:...
In current eliom, we have this definition: ```ocaml val%server Eliom_parameters.user_type : ?client_to_and_of : 'a to_and_of Eliom_client_value.t -> of_string : (string -> 'a) -> to_string : ('a -> string) -> string...
- `Eliom_client_common` is in the index, but is 404. - `Eliom_client` is not in the index on the server (and should be). - `Eliom_client_value` is in neither client nor server...
This strengthen a bit the typing for dt, address and header elements that are not supposed to be nested. In particular, this was allowed by tyxml (where it shouldn't): ```ocaml...
Output version and follow up of https://github.com/ocsigen/tyxml/pull/221 and fixes https://github.com/ocsigen/tyxml/issues/100 Unfortunately, this one is a bit more annoying because of encodedpcdata (https://github.com/ocsigen/tyxml/issues/220), and so is not directly compatible. I'll let...
I'm not sure those are good ideas, but we can at least think about them. :) - Allow to write `[%html "" bar ; baz ""]` instead of `[%html ""...
I'm considering removing `Xml.encodedpcdata` from the API. Mostly, it comes down to the fact that any "valid" usecase, i.e., inject textual HTML without validation, is almost never compatible with Tyxml's...