Abdulhaq Emhemmed

Results 9 issues of Abdulhaq Emhemmed

```python class Bar(DeclerativeBase): age: int @dataclass class Foo: name: str bar: Bar class FooDTO(DataclassDTO[Foo]): config = DTOConfig(custom_dto_factories={ "bar": SQLAlchemyDTO[Bar] }) ``` ### Pull Request Checklist - [ ] New code...

Tests for nested serializers should now work.

I have a branch which is compatible with Json APi v1.0 specifications, however, it's a mess so I'm dividing it into smaller branches. The approach I took is enabling tests...

Replace this with a summary of what you've changed and why, followed by a list of issues it affects, if any. Fix: #0000 Ref: #0000 Close: #0000 ----- - [...

re:packages
module:tools/lsp
is:update
was:moved

### Summary `SQLAlchemyDTOConfig` has a field named `include_implicit_fields`, it is either `True`, `False` or `'hybrid-only`. The first issue here is that there is another type of mapping that can be...

enhancement

### Description I had some code working before upgrading litestar. The newer versions where the codegen backend is enabled by default broke some tests. Here I'm copying the code in...

Bug :bug:

## Description This allows for nesting mixed models, e.g. a SQLAlchemy model in a dataclass or any other mixture of models.

Triage Required :hospital:
pr/external
size: small
area/docs
area/private-api
type/feat
area/dto

## Description The current checks for supported version fails if terragrunt has been built from source. This is because the command `terragrunt --version` outputs "terragrunt version latest" which fails the...