Fantix King

Results 216 comments of Fantix King

Ah it's simply not implemented. Let me try implement the remaining types.

Did you fix this? I cannot reproduce: ``` fastapi_gino$ pipenv run alembic revision --autogenerate Loading .env environment variables… INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. INFO...

Oh, for the linter/typing to work nicely, pls consider running: ```console $ python -m gino.ext stub ``` Refs https://github.com/python-gino/gino/pull/674.

Oh, thanks for the report! I think I had similar concerns here: https://github.com/python-gino/gino/pull/685#pullrequestreview-483170276.

> @fantix how about we add a hidden API to uvloop to expose libuv watchers? That should be easy. I'm looking into this now - we can start with tweaking...

> This is tailored to handle the server-side `session_idle_timeout`; for regular network interruptions within the `session_idle_timeout`, we don't want to sacrifice performance by inserting more frequent SYNCs just to avoid...

Actually Elvis suggested over the meeting that, a proper fix should be that the server also sends a `Terminate` message before shutting down (idle) connections, so that the client won't...

> Will other types from stdlib such as arrays inherit from builtin? Yes, but array may just be a subclass of `tuple` because it's immutable.

> Has it always been immutable? Oh this PR is the edgedb-python construct of arrays only in query results, it was and will be immutable.

> > Has it always been immutable? > > Oh this PR is the edgedb-python construct of arrays only in query results, it was and will be immutable. UPDATE: we...