Luke Hsiao
Luke Hsiao
It's not clear to me exactly what you're trying to accomplish, and whether it makes sense to use Fonduer. Fonduer helps extract pre-determined relationships from richly-formatted documents. If you just...
Indexing local directories would be a great feature. Is there any way to workaround this while the PR is being updated?
Clap just released v4: https://epage.github.io/blog/2022/09/clap4/. I've explored using clap v4, which is smaller than v3 and would be nice to use. But, there is one implementation difference that makes `choose`...
Ok, I believe this is a clap v4 bug. https://docs.rs/clap/latest/clap/builder/struct.Arg.html#method.allow_hyphen_values > NOTE: If a positional argument has allow_hyphen_values and is followed by a known flag, it will be treated as...
Tracking here: https://github.com/clap-rs/clap/issues/4283
I've also confirmed `bpaf` will not be able to replicate the current UI: https://github.com/pacak/bpaf/blob/master/examples/negative.rs Specifically, it does not have something like `allow_hyphen_values`, so the positionals with negatives would have to...
> Thanks for the thorough updates. It looks like if we want to convert to clap (whether v4 or v3) we need to hold off a bit until the negative...
This also occurs on my ultrawide (3440 x 1440). The steps above reproduce the issue, but I also find that it occasionally triggers even just using my mouse to focus...
https://github.com/flamegraph-rs/flamegraph/pull/218/files It looks like one of these changes already made it into main, so only the latter is relevant.
> If you want to interpolate variables from Tera yes :/ I see, I may need to look around at alternatives for now, then. Thanks for the quick response and...