Alexander Vasin

Results 25 issues of Alexander Vasin

Perhaps you could advice some fast fix or workaround for that? I need update for many different rows with different values. Previously used bindparam for that. ``` import asyncio from...

I need TypeDecorator for my data column, it is handled by SQLAlchemy + psycopg2 correctly. Is it possible to make it work with asyncpgsa? ``` import asyncio from datetime import...

It would be wonderful possibility to use that module as pylama module/linter.

Can i use this project with `~=` operator? ``` unify~=0.5 ``` Does it follow [Semantic versioning](https://semver.org)?

It would be fantastic for pre-commit git hook usage.

socket.AF_INET family is hardcoded in AioHttpTransportBase. This prevents raven from working on ipv6 nets: ```aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host sentry-test.example.com:80 ssl:None [Name or service not known]```

Hello. Please add [mediaType](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md) support. It is allowed to specify mediaType only once at top level, and then omit it in responses body. Currently this valid raml will fail with...

I often use this library (previously `aioredis`) to implement [reacquiring locks](https://github.com/alvassin/redis-extending-lock) in redis for exclusive long-running processes. I would be glad to make a PR to share my experience, please...

Stale

I want to perform automated validation of following things on git pre-commit hook: - RAML 0.8 syntax - json-schemas (with $refs) - examples (from my experience 99% of mistakes or...

Unable to run the demo, node gives following error: ``` events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:980:11) at Process.ChildProcess._handle.onexit (child_process.js:771:34) ```