Dominik
Dominik
This is just an enhancement request. Would be nice feature to have localization in. Many ways to do this in react!
securityDefinitions types is missing 'type: http' + 'scheme: bearer'. Only type provided currently is 'type: http' + 'scheme: basic' ## Sorting - **I'm submitting a bug** - [ x] bug...
As i mentioned here: https://github.com/medusajs/medusa/issues/1837 custom props getting stripped of the config. Results in problems in seeding with custom logic and custom props in config, cause there is no way...
**Is your feature request related to a problem? Please describe.** Currently, if you implement custom logic and need some configuration, the default config handling will strip off all properties, so...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have...
If you use ValidateIf in combination with IsDefined on an optional marked property in TS, the linter shows missing IsOptional decorator. ``` @ValidateIf((o) => !o.id) @IsDefined() @IsString() key?: string ```...
currently its kinda impossible to resolve nestjs stuff inside i.e handler of actions. would be nice if this would be implemented. my current workaround for this is to bind a...
I think there should be an optional parameter to exclude methods from autobind. Good example: Using React You dont want to rebind all react-component methods.
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...