Gabriel Radanne

Results 318 comments of Gabriel Radanne

Oh, I see, indeed, that is a good use case. What you should probably do is for `Make` to also take the `Svg` module, and to use `with module Svg...

I agree, it would be a good idea to add that somewhere in the documentation. I'm note quite sure where. Note that you can use the `NoWrap` signature for "simple"...

we do tend to try to use semantics names for the various possible inputs, but that's to be evaluated ton a case by case basis. Remind me what are the...

Given your description ... maybe we could just mandate a float between 0 and 1 for the opacity, actually. The two representations are redundant.

There are three things: 1) The API, 2) The representation 3) The parsing Parsing should be complete (in this case, accepting both form), API should be convenient (In this case,...

> I changed things in `reflect.ml` to be able to use my parser. I'm really not used to this kind of things (it feels like writing `Ltac` definitions in Coq)....

This looks good! Everytime we hit similar issues, I wonder if we shouldn't have a better handling of whitespace in general, but it's pretty tricky in HTML/SVG ... > Is...

grmbl, this is getting quite annoying indeed. I think we should just find better ways to externalize this printing to lambdasoup and make that the easy path.

Thanks ! If I'm reading the spec right, `toggle` is a valid event for any popover element ... which can be any HTML element. In that case, `ontoggle` should be...

Thanks for the report ! These days, Tyxml's credo is to encode as many criterion it can into the type system, but without bothering programmers, and without ever raising dynamic...