Nico Tonnhofer

Results 32 issues of Nico Tonnhofer

Looks like, there is something missing in the type definition if `null=True`. Before `6.0.0` this was not an issue. ```python from pynamodb.models import Model from pynamodb.attributes import UnicodeAttribute class Models(Model):...

e.g. -target arm-none-eabi In your prefered build system you could add this build flag. for Makefile: ``` ifeq($(YCMG), 1) CFLAGS += -target arm-none-eabi endif ``` and start the generator in...

this will fix issue #1

- use modern PEP621 for packaging: https://peps.python.org/pep-0621/ - ~drop python3.6 support, eol was end of 2021~

Hello everyone, If you want to increase the next release version, this is very easy with `hatch`, e.g. `hatch version minor,rc`. This are the main features in this PR: -...

### Expected Behaviour An OPTIONS preflight should return all "Access-Control-*" headers. ### Current Behaviour https://github.com/aws-powertools/powertools-lambda-python/blob/87d580af0dfaa8007d4e6f6318eef09a3dad206d/aws_lambda_powertools/event_handler/api_gateway.py#L2132 will only fetch `"headers"` from the event. This will return `None` in an ALBEvent with...

bug
triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary With scope `openid` you will receive something like this: ```json { "token_type":...

feature

I would like to install all dev dependencies in the workspaces. Maybe you have the following structure: ``` . ├── pyproject.toml ├── uv.lock ├── cdk │ ├── pyproject.toml │ ├──...

needs-decision

### Current Behavior On `include_outer_env=False`, all outer environment variable will be used, when `env` is not set or `None`. ### Expected Behavior When `include_outer_env=False`, no environment variables should be set....

bug