Asherah Connor
Asherah Connor
There's a lot outstanding.
Zig doesn't have vcpkg integration any more, so we need to install pcre into a place we can expect to find it.
`Window.setTitle` -> `SDL_SetWindowTitle`. Thanks for the really nice library! :)
In https://github.com/kivikakk/comrak/pull/425 we added AST validation in debug builds when formatting a document as CommonMark. We should add this to HTML and XML output too, especially as the former is...
Hiya! Koino's been through a few changes lately, and (thanks to @lun-4) no longer requires a system pcre dependency. I noticed koino's README links to LoLa as an example, but...
See https://github.com/gjtorikian/commonmarker/issues/363: ```ruby markdown = '**Hello **' doc = Commonmarker.parse(markdown) puts doc.to_commonmark # outputs the wrong thing: **Hello ** ``` Note present in upstream: ```console $ cmark --version cmark 0.31.1 -...
See lines 398—418 at time of writing; i.e. per https://github.com/kivikakk/comrak/pull/498#pullrequestreview-2485656154.
Hi! I am giving Colmena a try. `colmena repl` doesn't appear to work with direct flake evaluation. With an ~empty `colmenaHive` definition in my `flake.nix`: ```nix colmenaHive = colmena.lib.makeHive {};...
Just a failing test, no fix yet. Will close #697.
> I'm assuming that's not intentional at all; the multiline block quote was developed for use by a downstream that I wasn't related to, so I just let it get...