Marc Udoff
Marc Udoff
Hi @vidartf and @krassowski is there any planned work in this area?
Is this something you want to tackle or would you prefer someone makes a PR with this feature for you to review?
A simple reproducer we came across for this type of error: ``` def enhanced_foo(*args, **kwargs): pass pass pass raise ValueError() def enhance_method(function): f = enhanced_foo c0 = function.__code__ f.__code__ =...
That would be helpful. A starting set of generic errors could include: QuotaExceeded, RateExceeced, InvalidAPIKey, InvalidRequest, ServerError
Reopening this. I am struggling to make a reproducer outside of one of my environments, so I suspect I need to upgrade some package (or some lib is interfering). My...
Bumping this as we still run into it sometimes. Would you be willing to accept a PR for this? CC @captainsafia @rgbkrk @willingc
> the refresh operations get stuck too and in a weird consequence saving files from JupyterLab UI can take anywhere from seconds to dozens of seconds (rather than instant). My...
@jwkvam if I do this, will you have time to review/merge/release? I ask as it seems there are a few PRs stalled here and want to be sure this project...