Gabriel Radanne
Gabriel Radanne
If an impl has internal keys (a good example is `generic_kv_ro` impl, which uses a `kv_ro` key). It can't really expose them. One possible solution is just to make API...
At the moment, `describe --dot` uses [xdot](https://github.com/jrfonseca/xdot.py) by default. I use it because the rendering is pretty, it has a nice and simple UI and it is widly available on...
The idea is to use metaocaml to make the configuration engine available at runtime and be able to trigger a re-emission of the initialization code on some event. There are...
A connect receives, as input, the list of devices on which it should connect. This is a list of string (the name of the result of the connects). The list...
Currently, it assumes the error monad and the way monads are provided is non-obvious.
Even if we do printf-"meta"-programming, we could do it a bit better (the `Codegen` module is very bad).
This should be safe, but it may breaks other people code as it makes all tables names case sensitive. I need it and I used it for quite a while,...
I would like to reproduce the behavior of the `include` tag, in particular with relation to auto-discovering dependencies with ocamldep, but without getting the `-I` command line, how should I...
There is currently `Calendar`, `Calendar.Precise`, `FCalendar` and `FCalendar.Precise`, all with various float/int combination. The tradeoffs are absolutely **not** explained in the documentation, and I'm quite sure they don't apply anymore,...
The current process seems to be to give rights to anyone who wants to move a project over, and since you need admin rights to transfer a project, that's what...