Amin Alaee
Amin Alaee
Hey, will you please take a look?
@AlexWaygood According to https://docs.python.org/3/library/exceptions.html#TimeoutError and the corresponding `errno` https://docs.python.org/3/library/errno.html#errno.ETIMEDOUT should by default have a value, so on Linux `110` and on Windows `138` if I'm not wrong. I'll open an...
That makes sense. Based on the PR I think it's not only the `TimeoutError` and other subclasses of `OSError` could be like this. Do we want to change all of...
I think it looks ok, but what is your use-case? Why do you need this in one app?
Please update your issue with basic code to reproduce the issue and traceback of what is going on.
Yeah let's close it and continue the discussion in the PR 👍
I'm ok with adding it to the signature, but can't you use the `session_maker` attribute on the `ModelView`? Is it a different session you need to pass to these hooks?