Gabriel Radanne
Gabriel Radanne
First two commits are from #10 It seems that this iteration of the interface doesn't explode too easily, so there we go! It handles both usual selection and enter selection...
After having played a bit with `d3` .. It's really easy to get exceptions by using `data` not exactly the way it's supposed to be used. My understanding is that...
Some specific functions could benefit from being tyxml-aware. Do you think it could be done ? I don't think we can fully type all the interaction (`attr` in particular ...)...
I'm not sure who did the release, but: - [There is no documentation index](https://ocsigen.org/ocsigen-start/api/) - [There is no changelog](https://ocsigen.org/ocsigen-start/changelog) - [Only the dev documentation is available](https://ocsigen.org/ocsigen-start/manual/) !
Since a few version, the bytecode is incremented at every version, but there are no changes.
This add the language "hm", which is a direct implementation of an hindley milner type system for an impure ml-like language. This supports references, first class function, fixpoint and type...
I suggest bundling GLPK in the library, just like in ocaml-glpk. Relying on system C packages is troublesome in many ways, makes the building more complex, and doesn't guarantee the...
On 2.0, when doing `opam switch remove foo` while disk is full: - opam fails with an exception - the switch is not removed - `~/.opam/config` is replaced by an...
Since we are in the middle of redesigning the whole service stuff, could we solve that embarrassing problem where we need to use Any to return different error codes ?
Can be clearly seen when applying `functions` on itself ``` % ./_build/default/functions.exe _build/default/functions.exe | head All symbols: 0 (function) 65 (function) dlib__55 (function) r_tm_clones (function) sh_1010 (function) mat__58 (function) rray__size_in_bytes_1328...