| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| hoover = Hoover() | ||
| retry = RetryInstanceState(hoover.done) | ||
| retry(hoover.suction)() |
|
|
||
| retry = RetryInstanceState(_no_topic, max_tries=6) | ||
| retry(orphaned.reload)() | ||
| # Wait for the topic to clear: up to 63 seconds (2 ** 8 - 1) |
|
@dhermes I'm going to merge as is: I disagree that your formulation is clearer, and getting the fix in for the flaky test is way more important that our quibble. |
Sorry, something went wrong.
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* feat: support pandas series in ai.generate_bool * fix mypy error * define PROMPT_TYPE with Union * fix type * update test * update comment * fix mypy * fix return type * update doc * fix doctest
| Back | FazBrowse Home | New Git URL |
Toward #2077, #2079, #2080