Jan Krüger
Jan Krüger
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
Hi. I can't get multiple ports to work for my docker swarm service. Whenever I try to add the 2nd rule it overrides the first rule and vice versa. I...
**Is your feature request related to a problem? Please describe.** I would like to be able to expose an application using Ingress and TLS. Currently I cant do that from...
**Is your feature request related to a problem? Please describe.** I would like to pass additional data to my ``Guard`` or ``Custom Authorizer`` when using the auto-generated resolvers. The usecase...
**Describe the bug** I cannot get nests global validation pipe to work with nestjs-query. I am trying to validate a field in my update / create DTO and added ``@IsISO8601()``...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...
## I'm submitting a... - [ ] Regression - [ ] Bug report - [ ] Feature request - [x] Documentation issue or request (new chapter/page) - [ ] Support...
**Describe the bug** GroupBy does not work with aggregate queries, because of invalid column name, when using SQL-Server. ### Have you read the [Contributing Guidelines](https://github.com/tripss/nestjs-query/blob/master/CONTRIBUTING.md)? Yes **To Reproduce** Steps to...
**Describe the bug** When I try to run any action / generator inside lunarvim the telescopes windows are empty and commands to dont work. **To Reproduce** Steps to reproduce the...
As per #180 I have added a `Config `type for all table based stores and MongoDB to configure the table name. Tests are still missing, but I don't have a...