Alexander Mohr

Results 55 issues of Alexander Mohr

`Pool.acquire` returns a `_PoolConnectionContextManager`. After `__aenter__` a `pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (0) (SQLExecDirectW)')` can be thrown in which case the connection may be...

If you create an AST with a column like: ```python ColumnDef( 'column_name', inhcount=0, is_from_type=False, is_local=True, is_not_null=False, typeName=TypeName( names=(String('char'),), pct_type=False, setof=False, typemod=-1, typmods=(A_Const(10),) ) ) ``` it will serialize to `"char"(20)`...

per http://toblerity.org/rtree/class.html#rtree.index.Index.delete it states for the id parameter to delete: `long integer A long integer that is the identifier for this index entry. IDs need not be unique to be...

adds Client arg for method to decode values which have flags

would be really nice to have conn/read timeouts such that they do the right thing with the connector when they're hit

enhancement

``` Process: Cakebrew [73627] Path: /Applications/Cakebrew.app/Contents/MacOS/Cakebrew Identifier: Cakebrew Version: 1.2.3 (538) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Cakebrew [73627] User ID: 501 Crashed Thread: 6 Dispatch queue:...

see the following. It's reporting: "Warning: Calling 'depends_on :python' is deprecated!" ![screen shot 2018-03-13 at 12 34 35 pm](https://user-images.githubusercontent.com/4001789/37365499-ec33edae-26ba-11e8-89ab-435ea76139ac.png)

I have python installed via brew and was hoping cakebrew would help me cleanup old versions that homebrew left around after upgrading it. Unfortunately cakebrew does not seem to list...

Pre 3.7.0 (3.6.3 and before) you could write a route regex match to work on the post-decoded url, however now it swapped to pre-decode causing our route handlers to 404...

bug
regression
reproducer: present

looks like `decorate_callable` needs to be updated to support coroutines

enhancement