Gabriel Radanne

Results 318 comments of Gabriel Radanne

I'm going to close this, as I don't think it necessary.

It looks like this is solved in markup, closing !

I though ocaml-glpk bundled the C package, but apparently I was mistaken. In any case, it would probably be best adopt configuration similar to this: https://github.com/smimram/ocaml-glpk/blob/master/src/dune#L17 to avoid the user...

How would such annotation work on abstract types ? It seems like it would be incomplete by nature, making it not very useful.

Well, as tyxml demonstrate, everytime you have something parametrized by a notion of collection that is instantiated (many collections are covariant, but not all), and you use it through the...

I feel like the current API of owee is already quite complicated. I don't mind any changes, but I would like to know what's the correct way to extract the...

Hi ! I apologize, I missed this PR in my emails, even though I was really looking forward to it. :) I really want to keep the JSOO part (binary...

It appears that '?' for the option is troublesome. It conflicts with end-of-path '?' which makes the syntax clumsy and prevent usage of uri. The matching syntax was rather trivial...

An interesting lead is URI templates, see [an implementation](https://github.com/uri-templates/uritemplate-py) and the [RFC](https://tools.ietf.org/html/rfc6570).