Robin Stocker

Results 23 issues of Robin Stocker

The Windows binary gem (`taglib-ruby-*-x86-mingw32.gem`) produced from master with my current cross compilation toolchain doesn't work. As I currently only have very limited access to a Windows machine (and it's...

help-wanted

See https://github.com/rust-lang/regex/issues/779 We might have the same problem in our VM. Need to check what our behavior is (for hard regexes) and adjust it to match the new logic of...

help wanted

With this string as an input (note, no trailing newline): ``` " test" ``` Should the resulting code block node literal be `"test"` or `"test\n"`? commonmark.js (and others such as...

Hey! The [commonmark-java](https://github.com/atlassian/commonmark-java) implementation was using the same algorithm as commonmark.js and cmark for determining whether a list is tight or loose. I recently re-implemented it because it showed up...

From [the spec](http://spec.commonmark.org/0.28/#link-destination): > A link destination consists of either > [...] > * a nonempty sequence of characters that does not include ASCII space or control characters [...] In...

Hey, I raised the earlier issue (#1) and just wanted to let you know of a problem I found: When `ZoomableScrollView` is used within a container that has `.edgesIgnoringSafeArea(.all)` set,...

Hey! Just started using this and was wondering how hard it would be to change the input file names from `input/2019/day1.txt` etc to `input/2019/day01.txt`. That would mean they sort nicely...

Adds a `MarkdownRenderer` that renders a `Node` tree to CommonMark Markdown. Supports all core nodes as well as "gfm-strikethrough", "gfm-tables" and "ins" extensions. This is very useful for applications that...

We've waited long enough for the ecosystem and tools such as Android to catch up. Making it proper modular means people can run jlink on it. Fixes #125.

The spec [says this](https://spec.commonmark.org/0.31.2/#decimal-numeric-character-references): > Decimal numeric character references consist of `&#` + a string of 1--7 arabic digits + `;`. > A numeric character reference is parsed as the...