Jonathan Demirgian

Results 5 issues of Jonathan Demirgian

## Description This PR re-implements the same functional change that was shown in a [PR from the pre-fork Miserlou/zappa repository.](https://github.com/Miserlou/Zappa/pull/2170) The change in that PR didn't make it into the...

I need dynamorm _not_ to strip out `None`s in some cases. The data isn't structured, so I can't map it to a marshmallow schema and rely on `missing=None`. ```python class...

Is building the Dynamodel's subclass Table attribute through inheritance supported? ```python class BaseTable: hash_key = 'someid' read = 3 write = 4 class ActualTable(DynaModel): class Table(BaseTable): name = 'table-name' class...

enhancement

I'm looking at the source for `DynaModel.scan()`: ```python * ``IN``: ``Thing.scan(count__in=[11, 12, 13])`` ``` This is confusingly close to but different than the language for the `IN` [condition operator from...

### Issue ``` $ aider /opt/homebrew/Cellar/aider/0.57.1/libexec/lib/python3.12/site-packages/pypandoc/pandoc_download.py:61: SyntaxWarning: invalid escape sequence '\.' regex = re.compile(r"/jgm/pandoc/releases/download/.*(?:"+processor_architecture+"|x86|mac).*\.(?:msi|deb|pkg)") ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Aider v0.57.1 Main model: claude-3-5-sonnet-20240620 with diff edit format, prompt cache, infinite output Weak model:...

question