Ben Orwoll
Ben Orwoll
I have had similar issues to those discussed here. What surprises me as a user is that the case_when statement doesn't bypass an element that is false instead of checking...
> @benhmin if you are using `case_when()` for single `TRUE` / `FALSE` values, then I would _highly_ suggest you use a simple if/else instead. if/else is absolutely the way to...
@ismirsehregal thank you so much! I can't really understand exactly why the poolcheckout helps either unless it somehow clears out something in the pool and forces a new connection to...
Related to [this issue](https://github.com/tidyverse/ellmer/issues/762#issuecomment-3386919786) I filed with ellmer but it seems like maybe more of a PAWS question.