Anton Agestam

Results 59 issues of Anton Agestam

Can't get the positional operator ($) to work, trying to change the value of an item in an array and get error message "MongoCursorException - can't append to array using...

Fixes #180 This is essentially the same fix as this one: https://github.com/ilevkivskyi/typing_inspect/pull/83

I ran into a case where I'm modeling API responses like this, simplified: ```python @dataclass class Contact: contactType: Literal["Member", "Contact"] @dataclass class Member(Contact): contactType: Literal["Member"] ``` dacite enables me to...

enhancement

- Remove unused type: ignore. - Remove asterisk import and add `__all__` with all exported names, to pass with the `no_explicit_reexport` mypy flag. - Add various mypy config for developer...

Hi there 👋 I am looking for a maintainer to take over this project. I am no longer working with projects that uses the collectstatic framework and therefor can't be...

Currently the test suite has been running against real accounts on AWS and Google Cloud. For multiple reasons it would be great to replace this with mocks. I've attempted to...

- [x] Give feedback when texts are saved - [ ] Error handling - [x] Animate opening of toolbar - [ ] Add tooltips on editable texts that loads and...

enhancement

Hi posita 👋 I'm about to start using `CachingProtocolMeta` in phantom-types, to define narrower parameter types for comparison et cetera. Would you be willing to consider a PR that exposes...