Agustin Arce

Results 5 issues of Agustin Arce

# Summary Added support for `aiohttp` as api client ## Question Since the `aiohttp.ClientResponse` has different names for common attribute ([status](https://github.com/aio-libs/aiohttp/blob/2628256c0a4bea74b9fec9169c7fbefe622fcac1/aiohttp/client_reqrep.py#L721) for status_code) and also they are async attributes (e.g...

### Pull Request Checklist - [x] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). -...

# Summary Implemented the `__eq__` method on the `Table` class to address the issue explained in #1075 # Closes #1075 PD: I would like to check the implementation first, that's...

# Summary of Changes Added a 'raw_path' key to the asgi scope in `create_scope` to preserve the path and keep consistency as per https://github.com/falconry/falcon/pull/2159 # Related Issues Closes #2262 #...