Amin Alaee

Results 242 comments of 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?

Thanks for the PR. I think it is strange this is happening since we already added some logic to rename WTForm private fields internally with `WTFORMS_ATTRS_REVERSED`. I think a good...

PRs are welcome, otherwise I will get to this whenever I get a chance.

@mmzeynalli I was waiting for [this](https://github.com/aminalaee/sqladmin/pull/962#discussion_r2555731578) comment to be resolved. I think it's a small change but we should also add tests for it