TuongNM
TuongNM
Did you try setting the exact version with `= 0.4.14` inside the `Cargo.toml`? The fact that `0.4.3` inside `Cargo.toml` results in `0.4.15` inside `Cargo.lock` is default Cargo behavior. Without any...
I did a `git bisect` and found that the performance issue was first introduced with: https://github.com/jgm/pandoc/commit/bf1c17c8 I think what's happening is that with the addition of `notFollowedBy linkTitle'` the parser:...
I also have this issue with fvm 3.1.7. In my case I'm using dart_pre_commit in a Git precommit hook. My flutter project is a submodule of another Git project. I'm...