Simon Poirier
Simon Poirier
Actually, patching pytest_bdd.feature.STEP_PREFIXES would be slightly better, as you don't need to alter the types, but rather the parsing. And since a few of those translations are many-to-one-type. e.g. according...
With termion backend, the easy workaround is to set a raw handle on startup and to pass it to the hook. Here's a simple case: ```rust use termion::raw::IntoRawMode; use termion::screen::AlternateScreen;...
Looks like failures are every other 31st. ``` for i in `seq 1000`; do TZ=America/Toronto date -d "$(LC_ALL=C TZ=UTC0 gnudate -d "Fri Oct 31 22:52:02 UTC 2025 + $i day")"...
not quite yet, December and July are impervious due to being the first of consecutive 31day months. Jan 31 is going to fail though.