-
I believe the order of imports in typescript is a big step toward clean code and it can be a part of eslint and prettier in nestjs starter by default. More info can be found here:
https://medium.co…
-
### Repro steps.
I'm building a Nodejs 10.14 webservice using Azure Devops and deploying on Azure web app.
It works in local or in Azure container, now i'm trying to deploy it in a classic Web App …
-
**I was trying to...**
`
@IsMobilePhone(['sk-SK', 'sr-RS'])
mobile: string;
`
**The problem:**
it show a message which is 'type string[] can’t pass to type MobilePhoneLocale'. but in isMob…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When using NestJS with the WSAdapter (ws WebSockets instead of socket.io), I expected that ca…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Potential Commit/PR that introduced the regression
65f5abce1e04528fa8a70b2a351c904…
-
I used your module connect to dynamoDb. It worked very good.
But now i wanna write unit.
But there were some problem
my unit test file
```
describe('MissionService', () => {
let service: Mis…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Running `nest start` on a folder that the full path has a space throws module not found…
-
### Describe the bug
If i running -> `npm run start:dev` to start the watch mode, it crashs, after i changed a file.
```
[8:36:13 PM] File change detected. Starting incremental compilation...
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When using `@nestjs/swagger` for our base library in typescript, all of our CI/CD build…
-
Can someone help me fix this? I can't find any where in the repositories where I can solve this typo. The logo is ok in the starter.
It's probably in the main website when loading the logos of all th…