Sergey Shepelev

Results 291 comments of Sergey Shepelev

You may know better, but sqlalchemy docs say it's core. https://docs.sqlalchemy.org/en/13/core/reflection.html

Engine is also in core. https://docs.sqlalchemy.org/en/13/core/engines_connections.html

I will do it but need a bit guidance. Do you know what exactly needs to be implemented: Engine or Connectable wrapper for SAConnection or CreateEnginePlugin or something else?

They have already implemented it https://github.com/sqlalchemy/sqlalchemy/blob/c3f102c9fe9811fd5286628cc6aafa5fbc324621/lib/sqlalchemy/ext/asyncio/engine.py It seems sqlalchemy 1.4+ can be run without asyncpgsa altogether, but there is no shortage of issues reported and my task is overdue, so...

Yes, it is dead code. Thank you. It's better in Python2 version ```python if i < RETRIES - 1: ``` https://github.com/httplib2/httplib2/blob/master/python2/httplib2/__init__.py#L1603-L1610

I don't understand how "shadowsocks global mode" is supposed to affect httplib2. Most likely, duplicate of #53 If that is case, your best option right now is to use Python3.

Okay that's duplicate of #68 You need to know which proxy technology you want to use. For example, describe how you would configure any browser **manually** to use this proxy.

@wally-yu please try to update httplib2, new version should work with any proxy.

It says can't open file `pip/_vendor/pep517/_in_process.py` It is error in pip. This is not related to httplib2.

@rileyk90 I'm very sorry, my best guess is httplib2's fault part is shipping pyproject.toml since 0.18.0 which encourages pip to build wheels and our separate py2/3 code is preventing wheel...