Nicolás Ojeda Bär
Nicolás Ojeda Bär
Hi I am trying to write bindings for this library exposing a classical BSD-style socket interface (by doing some buffering in between). I have some questions about the semantics of...
Dear Andreas: I was wondering if the source to `ocaml-env` is available anywhere? I am thinking of ways to improve the setting up of the environment needed for the OCaml...
Hello, thanks a lot for maintaining this PPA. You are probably aware that Emacs 29 has been released. Are there any plans to add support for it? Thanks!
This PR enables colors in the native Windows console (currently on Windows we support colors only when running under Cygwin, see #1406). The PR follows related discussion in the context...
(The following issue was imported from the OCaml bugtracker) **Original bug ID:** 4917 **Reporter:** Richard Jones **Status:** acknowledged (set by @damiendoligez on 2009-12-08T16:33:11Z) **Resolution:** open **Priority:** normal **Severity:** feature **Version:**...
(The following issue was imported from the OCaml bugtracker) **Original bug ID:** 1711 **Reporter:** administrator **Status:** acknowledged **Resolution:** open **Priority:** normal **Severity:** feature **Category:** otherlibs ## Bug description tags 179255...
I think we should cut a new release. This will allow users to migrate to the 2.0 version and we will get more bug reports, etc. What needs to be...
This is an umbrella issue for requested extensions to Markdown. In principle there is a desire to support these, but we need to introduce a proper extension API first. -...
Should the AST preserve as much as possible of the original markdown source, making it a bit more inconvenient to use, or should it strive for convenience and try to...
Pandoc spec: https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/definition_lists.md - Loose vs tight lists not taken into account - Multi block definitions not supported - `~` cannot be used in place of `:` cc @clecat