Jason
Jason
I really love this library for its simplicity and sticking as close to the stdlib dataclasses as possible. Is there a plan to have similar functionality to marshmallow's pre and...
Git lens in VS Code offers support for a custom date format to be used when viewing inline blames. Could support for this be added in GitToolBox?
**Is your feature request related to a problem? Please describe.** I'm having trouble parsing email bodies that are multipart. **Describe the solution you'd like** To correctly parse multipart email bodies....
Given a language code of `en-ca`, the following currently happens: ```python code = "en-ca" tag = langcodes.get(code) # Language.make(language='en', territory='CA') display_name = tag.display_name() # 'English (Canada)' tag = langcodes.find(display_name) #
Please add support for SNS topics --- Toolkit: AWS Toolkit For JetBrains 1.32-212 OS: Mac OS X 11.5.2 IDE: PyCharm Professional Edition 212
I have a default cassette file that I am using, and a different host that I was wanting to save responses from. How could I save those responses to a...
### Is your feature request related to a problem? Please describe. Will a library ever be implemented, similar to `Moto` for aws `boto3` that developers can use to mock out...
Adding the `@alias` decorator above a dataclass breaks type hints. Is there anyway to fix this?
### Use case The built in logger supports adding additional context using the `append_keys` and removing that additional context using the `remove_keys` methods, as documented here: https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#appending-additional-keys Allow the built...
### Use case The built in logging formatter provides very good defaults, however is there a potential work around to avoid stripping logging context whose value is `None`? This method...