Ryan Anguiano

Results 9 issues of Ryan Anguiano

# What is this project? You can use `@async_property` just as you would with `@property`, but on an async function. ```python class Foo: @async_property async def remote_value(self): return await get_remote_value()...

please-vote

Because the test client calls `loop.run_until_complete(connection(receive, send))`, I cannot use anything that modifies the event loop in a pytest fixture without getting `RuntimeError: This event loop is already running`. I...

testclient

This includes static and template files when installing from pip.

Adding the control keywords: `async`, `await`, `nonlocal`, `with`

According to latest python version, this mode is missing the control keywords: `async`, `await`, `nonlocal`, `with` ``` Python 3.11.3 (main, May 23 2023, 12:54:10) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin Type...

SQL Keywords taken from: https://www.drupal.org/docs/develop/coding-standards/list-of-sql-reserved-words

Please add a mode for SQL language

Fixes #35 - Postgres boolean -> bit. Copied from https://github.com/pushingice/kafka-connect-jdbc but on a newer version