Ali-Akber Saifee

Results 10 issues of Ali-Akber Saifee

# Description Refactoring of the request response flow to allow releasing the connection back to the connection pool if so desired. The primary objective is to allow higher concurrency with...

I've created a fork of this package at https://github.com/alisaifee/coredis and will try to bring it up to date.

# Description I'm trying to describe a top level union that allows arbitrary shapes of `list`, `set` or `dict` containing either primitives `{bool, int , float, bytes, str}` or collections...

When there are conditional (re)imports which are subsequently exported the `noqa` directive doesn't silence the F811 rule. This can be demonstrated by the following example: - reimport.py ```python from typing...

bug

# Description The `RESET` argument to slow log wasn't documented in `commands.json`

# Description Currently, when 'New issue' is clicked the issue form does not appear and instead the markdown of the template ends up in the issue body: - Moved the...

# Description [coredis](https://github.com/alisaifee/coredis) is an async python client that has support for RedisBloom since version [4.12](https://coredis.readthedocs.io/en/stable/release_notes.html#v4-12-0). ## Additional details - Test Coverage - [BF](https://github.com/alisaifee/coredis/blob/master/tests/modules/test_bloom_filter.py) - [CF](https://github.com/alisaifee/coredis/blob/master/tests/modules/test_cuckoo_filter.py) - [CMS](https://github.com/alisaifee/coredis/blob/master/tests/modules/test_count_min_sketch.py) - [TopK](https://github.com/alisaifee/coredis/blob/master/tests/modules/test_topk.py)...

action:run-benchmark

I have a schema that references itself in a property, and couldn't figure out a way to declare this. For example: ```python person = Schema({ "first_name": str, "last_name": str, "age":...

I was wondering if you're interested (and whether it fits in to your design for `gin-cache`) to support conditional gets from the client as per [RFC7234](https://tools.ietf.org/html/rfc7234).

With Rails 5 `ActionController::Parameters` no longer inherits from `Hash`. Using the controller `params` with json-schema therefore results in the validations always returning `true` Example: ```ruby Test [11] > schema =...