Rain
Rain
Definitely understood -- I end up checking in both ANSI and SVG output for similar reasons. You may be able to check in textual output (with or without ANSI codes)...
Thanks for implementing this! As an owo-colors maintainer, should I go ahead and annotate the `OwoColorize` methods with `ignore_flyimport`? See https://github.com/owo-colors/owo-colors/pull/141 for my proposed PR. While testing it out, I...
Thanks Chayim! I'll test it out and add a note to the documentation — we'll see how people react. If, say, someone wanted to add an indication to the protocol...
Gotcha! I would definitely consider that FWIW, I think that would strike the right balance for owo-colors. edit: though looking at the link it seems like maybe typing in identifiers...
@tisonkun correct, there is no support for teardown scripts yet (at work, we use setup scripts to pre-seed and write out a database as a tarball to disk, which tests...
@tlater-famedly Yeah that's a good idea, I think we should uniformly set NEXTEST_PROFILE in test and script environments.
@tlater-famedly this is now set in nextest 0.9.89, which was just released.
As of nextest 0.9.98, [setup scripts](https://nexte.st/docs/configuration/setup-scripts) now use the `[scripts.setup]` configuration. The location of the configuration has been changed to support the new [wrapper scripts](https://nexte.st/docs/configuration/wrapper-scripts/). The old `[script.*]` location will...
Ahh that's definitely confusing. I'm definitely tempted to tokenize something like `not` separately, but I'm worried people are going to be led down an incorrect path, and start thinking of...
Thanks for the wait! I've gone through and answered all the questions. I think the design is in generally good shape, and you're asking all the right questions :D