Kerry Ritter
Kerry Ritter
I would love to see this done. Decorators are great for use-cases like this to do declarative modeling - TypeORM in Node and class-validator (for validations) are great examples. I...
` $stateProvider.state("productSearch.confirmSelectParentProductModal", { url: "/update", modal: true, params: { "selectedParentProduct": [] as IProduct[], "selectedProducts": [] as IProduct[] }, template: "" } as ng.ui.IState); ` this is what i'm doing now....
Is it reasonable to request it as a future enhancement?
Understood. Thanks for the insight!
It seems like it'd be relatively simple. The downside of config is that it's a little tricky to find that you need to do that. Doing it is no problem...
> After a lot of headaches with this plugin and others that propose to be a wrapper between nestjs and aws-sdk, I decided to configure the dependency injection by myself...
@jarcodallo What do you have in mind as far as design? I am also tentative to use this project to support v3 given how many users are using the aws-sdk...
Echoing comments made on the related PR. Truthfully, I no longer work in the AWS space so it is harder for me to work on these tools as I have...
Hi @whizyrel, I haven't really encountered this error so I don't have any recommendations. If you can post a repo I can take a look.
I ran into this as well. I tried switching from button (which works on iPhone, android, and pc) to input[type=file], and now it crashes the app on iPad. Using this...