Jakob Keller

Results 17 issues of Jakob Keller

### Proposed change Currently, the CI/CD pipeline pushes container images to Docker Hub for public consumption. I propose to also push the container images to Amazon ECR Public Gallery. ###...

enhancement

This PR adds stubs for sortedcontainers (closes #8574).

Hello! I am interested in adding stubs for [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) to typeshed. The maintainer, @grantjenks, [supports this initiative](https://github.com/grantjenks/python-sortedcontainers/issues/68#issuecomment-904940676). Are there any concerns? Otherwise I would start drafting a PR.

type-stubs-request

First of all, thanks for making polars available! It turned out to be a blazing fast alternative to pandas when doing pre-processing for real-time ML inference. True game changer! We...

### Description of Change `aiohttp==3.9.2` introduces a change in handling SSL/TLS-related arguments that breaks our code. This PR applies current `aiohttp` best-practices to SSL/TLS-related arguments. ### Assumptions * The PR...

bug
deps-update

### Description of Change https://github.com/aio-libs/aiobotocore/pull/1077#pullrequestreview-1912935492 ### Assumptions *Replace this text with any assumptions made (if any)* ### Checklist for All Submissions * [x] I have added change info to [CHANGES.rst](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst)...

enhancement

that's so awesome you added link to diff. We need to add that to the template in the checklist with example _Originally posted by @thehesiod in https://github.com/aio-libs/aiobotocore/issues/1057#issuecomment-1830930837_

**Version**: redis-py 5.0.1 / Redis 7.1 (AWS ElastiCache) **Platform**: CPython 3.11.7 on macOS Sonoma 14.2 (M2 Pro) **Description**: `redis.cluster.RedisCluster` instances with protocol=3 (i.e. RESP3 enabled) crash the Python interpreter when...

bug

## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter...

pr-status: wait-for-review

FWIW, it's nice to run the same automation @ RTD, CI, and locally. I like using tox for this (some people go for nox). You can make RTD call tox...

documentation