Michael Wittwer

Results 9 issues of 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...

bug

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.

feature request
@aws-sdk (v3)

The following links point to existing Issues which contain information not currently described in the docs or points to non documented topics: - [ ] #363 - [ ] #360...

docs

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...

bug

possibility to enable auto generation of timestamps like creationDate and lastUpdatedDate

enhancement
help wanted

enhancement
help wanted

### 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...

Bug Report
Needs Triage