Michael Wittwer
Michael Wittwer
If code is uglified the constructor.name (see `model.decorator.ts`) value will not be what we expect it to be (a predefined value matching the Class name). This means the user must...
The next generation of the aws-sdk for javascript is in current development. Spin off a branch to test dynamo-easy against the new sdk. Check the https://github.com/aws/aws-sdk-js-v3#api-changes for things to change.
The following links point to existing Issues which contain information not currently described in the docs or points to non documented topics: - [ ] #363 - [ ] #360...
Add configuration for Dependabot similar to renovate.json, read about what's possible.
``` @Person() export class Person { @PartitionKey id: string @DateProperty creationDate: Date } ``` we want to search for a person where the creationDate starts with '2019-03' (does not make...
possibility to enable auto generation of timestamps like creationDate and lastUpdatedDate
### Version 29.0.3 ### Steps to reproduce 1. Clone my Repo at https://github.com/shiftcode/ts-jest-issue/tree/esm-investigation-mts 2. Follow instruction in [README](https://github.com/shiftcode/ts-jest-issue/tree/esm-investigation-mts#readme) ### Expected behavior I expect to see the two test cases run...