Gabriel Radanne

Results 115 issues of 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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
API

Currently, it assumes the error monad and the way monads are provided is non-obvious.

enhancement

Even if we do printf-"meta"-programming, we could do it a bit better (the `Codegen` module is very bad).

enhancement
API

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...

question

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...