Anton Agestam

Results 59 issues of Anton Agestam

This addresses a part of the code base that had a lot of type ignores. This was due to how the return type of the `classify_field()` function did not maintain...

Hi there, I'm hoping this finds you well 👋 This is not really a feature request, but rather a proposal to change internals of aiokafka, in a way that I...

enhancement

### Changes Fixes # ### Checklist - [x] I think the code is well written - [ ] Unit tests for the changes exist - [ ] Documentation reflects the...

To be able to do anything useful with the timeout feature of `WebSocketResponse.receive()` you will probably want to catch the exceptions that occur. It's currently quite hard to find what...

enhancement
good first issue
documentation

I have been looking into this periodically since very early in the life of kio. This is ticket is for tracking progress, discussing nuances and just some general brain-dumping of...

This passes on typeguard 4.2.1, but breaks on 4.3.0. ```python from phantom.sized import SizedIterable from phantom.predicates.generic import of_complex_type assert of_complex_type(SizedIterable)(()), 'unexpectedly not of type' ``` Work-around at the moment is...