Robin Stocker

Results 22 issues of Robin Stocker

Some `-sys` crates use cmake to build their native libraries. It would be nice if it was included in the image already.

effort/easy
status/under consideration
type/improvement

Currently, the timings on node labels are shown like this: `0.1234` It's not immediately clear that that's in seconds. Can we add a " s" to the label? Or maybe...

enhancement

I'm looking at updating `testdata/Packages` and syntect's built-in dumps of them. Just doing a `git submodule update --recursive --remote && make packs`, the second step fails with: ``` thread 'main'...

enhancement

There's a new pure-Rust regex implementation that supports backtracking: https://github.com/ridiculousfish/regress It might be interesting to add it as another regex impl (in addition to onig and fancy-regex) and see if...

enhancement

How to reproduce: 1. Create a file `Test.cs` with the following content: ``` $"test {"\"foo\""} test \"{bar}\"" ``` 2. Run `cargo run --example syncat Test.cs` Expected: It works. Actual: It...

bug

It's useful to be able to render a parsed document back to CommonMark markdown. This is a tracker issue for issues relating to that, so far: - [x] Unable to...

Similar to how custom block parser can be registered today, it would be good to make inline parsing extensible as well. One use would be to improve autolinking, see #112....

enhancement
help wanted

For #12, we need to preserve [link reference definitions](http://spec.commonmark.org/0.28/#link-reference-definitions). We also need to be able to distinguish between the different link types (inline links, autolinks, reference links). There is an...

enhancement
help wanted

_Originally posted by @jeremyevans in https://github.com/robinst/taglib-ruby/issues/85#issuecomment-1087741124_ > While not related to the previous issue, I found that taglib 1.1.0 issues a warning when loaded on Ruby 3.2.0-preview1: > ``` >...

swig