Robin Stocker
Robin Stocker
See https://github.com/robinst/linkify/issues/57#issuecomment-1605280936, this is something that will need to be handled in lychee itself.
We try to be compatible with Oniguruma syntax, which supports octal, so this is something we might add. How does Perl disambiguate between `\1` being a backreference vs octal?
Looks like onig doesn't require a leading 0, need to check what it does when it's ambiguous: https://github.com/kkos/oniguruma/blob/master/doc/SYNTAX.md#28-onig_syn_op_esc_octal3-enable-ooo-octal-codes
Yeah. I think having an option to provide an allow-list of schemes to recognize would be nice (added a "help wanted" label). You could pass in `https`, `http` and it...
Yeah what @mre said. What's interesting though is that GitHub doesn't allow `{` and handles these cases as you'd expect: texttt{[email protected] [email protected]}{[email protected]
> It looks like if the Git tree was missing a rename/move for repoB content from its root to its subdirectory after merge. Git doesn't track renames/moves, it tries to...
Oh no, that was not intended :(. As you can see in [CHANGELOG.md](https://github.com/robinst/autolink-java/blob/main/CHANGELOG.md), version 0.10.2 was not meant to be published. I don't remember fully but I probably used the...
``` ERROR: Error installing bundler: The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22` bundler...
Thanks! Agreed. Based on that, maybe we could even go with 3.1 as minimum.
Ok, installation works now, now swig generation fails with this: ``` /home/runner/work/taglib-ruby/taglib-ruby/tmp/x86_64-linux/taglib-2.0/include/taglib/tag.h:248: Error: Syntax error - possibly a missing semicolon (';'). ```