Christophe Troestler
Christophe Troestler
I understand for the first (and it is not related to the fact that it is `%do`) but the second is indented as ```ocaml let _ = match x with...
@bbatsov A variant is to leave the page (I did not create it but now that it is up and referenced by search engines) and update it so it contains...
The same should be done if there is a `dune-project` files with a `name` stanza.
Sounds OK to me (contribute should also point back to this site for people seeing only the tarball).
On Wed, 6 Aug 2014 07:19:20 -0700, Amir Chaudhry wrote: > We should do this in the coming weeks so that there's a tarball to > point at for 'official'...
It is not for Markdown processing in itself. It is for what you do once the markdown has been processed (e.g. check that the code is correct).
There is more. Since we intend to pre-process some files, an annotation like the `#` in OCaml must be supported to be able to add HTML code without loosing the...
I think it should be no problem to compile it from source on Cygwin.
The alternative `set(CMAKE_CXX_STANDARD 11)` — proposed in issue https://github.com/ruediger/VobSub2SRT/issues/73 — works too and is maybe more elegant.
I use `gcc (Debian 9.2.1-25) 9.2.1 20200123` and this patch (or the [alternative](https://github.com/ruediger/VobSub2SRT/issues/73#issuecomment-450461534)) is still required.