Elias Gabriel

Results 8 issues of Elias Gabriel

Since FastAPI and Starlette are ASGI and are built on `asyncio`, it would be nice for slowapi to support `aioredis` as a storage backend. I imagine that it might require...

## Description It would be useful to support [PEP 440](https://peps.python.org/pep-0440/) versioning alongside, or instead of, semantic versioning (they are similar, with subtle differences in identifiers). ## Use cases Poetry enforces...

feature

### Is there an existing issue for this? - [X] I have searched the existing issues ### Does this issue exist in the latest version? - [X] I'm using the...

bug

This PR adds support for the edwards25519 curve using the `filippo.io/edwards25519` package (the public release of the low-level package used internally by the Go std lib). @schollz I'm making this...

`@asynccontextgenerator` is available in the standard `contextlib` module from Python 3.7+, and available via package for 3.5 and 3.6. This uses the package, but its not listed as a dependency....

## What do these changes do? Adding [aiohttp-asgi-connector](https://github.com/thearchitector/aiohttp-asgi-connector) to the list of third party libraries. It implements a custom connector to allow interacting directly with ASGI applications instead of going...

### Describe your feature request When providing filters to a query, it would be really useful to know which values on the returned object(s) satisfied the used filters; the current...

feature request

It looks like the `Encoding` object returned by `Tokenizer.encode` has the `__len__` [dunder method](https://github.com/huggingface/tokenizers/commit/d8a73c89a70bc50e140aed131a8986a6ce9c11a5), and running `len(encoding)` works, but for some reason it's corresponding generated `.pyi` file does not. This...