Rain
Rain
> > We don't think we learn anything new from this issue (that isn't already a known limitation). > > @jackh726 would you mind linking to that known limitation? I...
Hi, primary author of nextest here! You could potentially also look at turning on test groups to enable mutual exclusion: https://nexte.st/book/test-groups.html (You can make it so that test groups are...
I wrote up some debugging notes at https://github.com/serde-rs/serde/issues/2312.
I'd personally suggest not applying any color and maybe just applying bold to the default option.
For durations, here's what I came up with (newlines for clarity, remove them from the final regex): ``` (?:\d+\s*(?:years|year|y))?\s* (?:\d+\s*(?:months|month|M))?\s* (?:\d+\s*(?:weeks|week|w))?\s* (?:\d+\s*(?:hours|hour|hr|hrs|h))?\s* (?:\d+\s*(?:minutes|minute|min|mins|m))?\s* (?:\d+\s*(?:seconds|second|sec|secs|s))?\s* (?:\d+\s*(?:millis|msec|ms))?\s* (?:\d+\s*(?:usec|us))?\s* (?:\d+\s*(?:nanos|nsec|ns))?\s* ``` This isn't...
Yikes! Yeah camino would really help for that, wouldn't it. I can submit a PR for this. Would you prefer `camino` be * always used * used with a default...
> The Rewrap one is Alt-Q. But I have no idea why they chose Q, I wonder if the author of the plugin just wanted to find a corner key...
I ran into this and I believe https://github.com/timvink/mkdocs-print-site-plugin/pull/115 should fix it.
Hi @usagi-flow -- Thanks for the report. At the moment, this isn't supported -- nextest tries to customize the build process as little as possible. Though you make a compelling...
Thank you so much @ceejbot! How would you like to be credited?