-
This code:
```typescript
import { IsNotEmpty, IsOptional, IsString, validate } from 'class-validator';
import { plainToClass } from 'class-transformer';
const PATCH = 'patch';
const POST = 'pos…
-
### Contact Details
_No response_
### Bug description
After start server NestJs + TypeOrm + Graphql
session few times tried to update
```
[Nest] 10205 - 23.02.2023, 11:16:55 LOG [Gr…
-
## Issue Description
I've this entity
```
@Entity({ name: "offloads" })
export class Offload {
@PrimaryColumn({ type: "uuid", name: "object_id" })
objectID!: string;
@Index()
@Column…
-
**Sandworm version**
1.56.1 - Latest version (I run `npx @sandworm/audit@latest`)
**Describe the bug**
react-style-singleton@2.2.1 Has no repository SWRM-202-react-style-singleton-2.2.1
**Mani…
-
Need to list all from https://github.com/swc-project/swc/network/dependents?dependent_type=PACKAGE&package_id=UGFja2FnZS00Njc1MTk4MDQ%3D
kdy1 updated
9 months ago
-
## 背景
在本文中,我将使用`Nest.js`构建一个[CNode](https://cnodejs.org/)。
为什么这篇文章?我喜欢`NodeJs`,虽然我的`NodeJs`水平一般。但我还是用它来记录一下我学习过程。
最近,我发现了[Nest.js](https://nestjs.com)框架,它有效地解决了Nodejs项目中的一个难题:体系结构。`Nest`旨在提供开…
-
**Issue type:**
[X] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
Hi, here is some feedback from @harrysolovay and myself.
We liked seeing the runtime validations, attention to swagger / introspectability, and use of type-orm for type-safe bindings to the DB. Whi…
-
## Bug Report
## Current behavior
When using HMR, upon any changes in file, nest js crashes and I get following error.
```
EntityMetadataNotFound: No metadata for "User" was found.
```
## E…
-
https://github.com/facebook/dataloader
1. Caching resolving the same data
2. Instead of normal resolving:
```ts
@FieldResolver()
author(@Root() recipe: Recipe) {
return this.userRepository.fin…