Results 29 issues of Daniil Baturin

Pandoc's implementation of CommonMark code block rendering differs from that suggested by the [spec](https://spec.commonmark.org/0.30/#example-141) and used by most other Markdown convertors. The suggested behavior is to output ``, while Pandoc...

Blog posts are rarely modified after publishing, but for other applications the opposite is true. Consider a feed for a wiki, or a project documentation site. The date when a...

Some nodes can have multiple values, like "address" in interfaces. Your parser confuses them with tag nodes. A useful rule of thumb is presence of a left curly brace on...

Right now, if lambdasoup encounters a non-standard element in ``, it moves that element to ``. ``` utop # Soup.parse {| |} |> Soup.to_string ;; - : string = "...

When `s3cmd` cannot open a local file because the user has no permission to read it, it produces the following error message: ``` $ touch test-file $ sudo chmod root:root...

Lua-ML integration was a huge step forward for soupault — support for arbitrary element tree manipulation logic enabled a whole bunch of completely new use cases and possibilities. Plugin support...

The type of `Markup.parse_html` is ```?report:(location -> Error.t -> unit) -> ?encoding:Encoding.t -> ?context:[< `Document | `Fragment of string ] -> (char, 's) stream -> 's parser```. That is quite...

Request from a user: ``` I was trying to decode METAR using PyTaf library. The library is very useful and decodes very well except RVR. For example : METAR VOML...

I'm trying to build using OpenSceneGraph branch 3.6 that I built from their git repository, and the CMake module fails in the following way: ``` [ FindOpenSceneGraph.cmake:157 ] Failed to...