Edidiong Etuk
Edidiong Etuk
@lauralorenz how do I join in on the discussion?
Hi! I'm thinking of using this tool, do you still have this issue?
Hi @AClon314 Thanks for raising the issue regarding the Cell language is not executable error. We’re aware of this limitation and are actively working to improve it. You can find...
@almahmoud I just forked the repository. How do you advise I begin?
Alrighty... Let me get that working locally
Hi @almahmoud, I was able to come up with ```Python retryer = tenacity.Retrying( stop=tenacity.stop_after_attempt(3), retry=tenacity.retry_if_exception_type(), wait=tenacity.wait_fixed(5)) retryer.call() ``` Question I have is do I need the `try/except` block after using...