Gabriel Radanne
Gabriel Radanne
Currently, atom has a phantom type to force List to be at top level. - Do we really want to force that ? List have a performance downside currently and...
Three libraries could be provided: - A client library using cohttp - A client library using javascript - A server library using cohttp All optionals, of course. The core is...
The construction of the regular expression is, atm, hacky and incorrect. If uri were to expose a function to query safe chars and to build a regular expressions for uri,...
A dictionary approach is probably the good way. Making the matching discriminant will be hard with the current re implementation.
Proposals: - [x] Improve colors/fonts - [ ] Make the size of the label adapt to the rectangle - [x] Better feedback on hover Nice examples: - http://billdwhite.com/wordpress/2012/12/16/d3-treemap-with-title-headers/
This should be backend agnostic, and use the cmi to rebuild where everything comes from.
The JS backend currently doesn't has any way to detect what are module values. This is notably visible on `Map.Make`.