Rafael Calsaverini
Rafael Calsaverini
According to [this page](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html), the queries on dynamoDB are limited to 1MB per result set and any aditional results can be retrieved by doing extra API calls using the `LastEvaluatedKey`...
Is it possible to have array sizes in the types? Something like: ```python layer: Model[Array2d[754], Array2d[10]] = ... ``` and have that type check the definitions of the models and...
Hi there. I was trying to run a simple example from the docs to see if stdnet was usefull for a project but I keep getting a `TypeError: () takes...