Robin Stocker

Results 183 comments of Robin Stocker

Released in 0.25.0 now: https://github.com/commonmark/commonmark-java/releases/tag/commonmark-parent-0.25.0

Yeah, this is fixed by: - https://github.com/commonmark/commonmark-java/pull/369 Just not released yet.

Released in 0.25.0 now: https://github.com/commonmark/commonmark-java/releases/tag/commonmark-parent-0.25.0

> My personal aim is for fancy-regex to be able to be used in a syntax highlighting context where Oniguruma has been traditionally used, and to get correct results with...

Fixed in 0.15.0 🎉: https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md#0150---2025-07-06

Hey, thanks for raising this! Yeah, this would be useful. It's interesting that it uses link syntax, and that links take precedence, e.g. in this: ``` > [!NOTE] > Highlights...

No updates yet. Happy to prioritize this if someone wants to sponsor the work on this. Some notes from playing around with it: This is an admonition block, even with...

Thanks @JakeWharton. I added a comment to the issue suggesting we merge it into this repo, I think that would be an even better outcome!

Hi! Yeah, it's a stack overflow. Changing the assert to this: ```rust println!("{:?}", regex.is_match(&input)); ``` Prints: ``` $ cargo test test_effect_of_backtrack_limit -- --show-output ... Err(RuntimeError(StackOverflow)) ```

Hmm, not sure how I feel about unlinking nodes during rendering. Can you explain how you're marking use of this? I'm wondering if it would be better to do this...