Maxim Stykow
Maxim Stykow
I tested this myself and batch-get works as expected, even with a table on which Polymorphism is enabled. You are probably making a mistake in your setup. Without you providing...
The point of polymorphism is that you have a single table with multiple different models. Not sure what you then mean by "multiple children table". But if you want further...
PynamoDB _does_ get the region from the environment variables automatically. That's why inside a Lambda function it will query the database in the region `AWS_REGION` defined by Lambda here: https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime...
For anyone else running into this problem, instead of using the dynamodb-json library you can just use boto's built-in deserializer: `from boto3.dynamodb.types import TypeDeserializer`. A simple wrapper like this then...
> `dayjs('').tz('America/New York')` works for me `dayjs(value).tz(...)` will not treat `value` to be in the local timezone. so this workaround only works for the current time, not for parsing existing...
The workaround from above no longer works in SDK 47 because `withExpoRoot` no longer exists.
I'm getting this issue even with `strict: true`. So just by importing the `Stitches.CSS` type and using it on a prop the compile time increased by a factor of more...
@benedikt-richter @vasily-pozdnyakov what is a "notice document"? Is the "component list" export not good enough? Is the "report view" not exactly the preview of the notice document? Please specify exactly...
https://stackoverflow.com/questions/47756822/change-electrons-menu-items-status-dynamically
This was previously fixed by suppressing the warnings. It still would be nice to fix the actual errors instead.