Dario Teixeira
Dario Teixeira
Pandoc already supports every popular format under the sun, so adding the possibility to read/write a Pandoc AST will make Lambdoc more inclusive.
Lambdoc may be targeted at web publishing, but it would still be nice to generate PDFs from Lambdoc documents. Possibly the best route in terms of typographic quality will be...
Presently, RIP accepts the definition of an `authorize` function per service. This is not granular enough, as some services may allow public access to read-only methods like GET while requiring...
This can be useful to avoid reparsing JSON Web Tokens, for instance.
The query part of the URI should be taken into account for routing, and handlers should have convenient access to it. The [Furl](https://github.com/Drup/furl) library can be used for this purpose.
Refactor the Path module to use the [Furl](https://github.com/Drup/furl) library.
I'm taking a look at `ocaml-mysql` for interfacing with Google Cloud SQL. Since the application uses Lwt, I'm using `Lwt_preemptive.detach` to get around `ocaml-mysql` offering only a blocking API. There...
I realise the library's API and documentation are still a work in progress, but currently it doesn't seem to fully leverage the type system to ensure proper usage. Case in...
I came across this problem after invoking `obus-introspect -system -rec org.bluez /org/bluez` and then `obus-gen-client`. The generated code required some manual tweaking for two different reasons: 1. It produced a...