-
Turtle-cli is failing on a "reading manifest" phase with an "manifest must be an object" error.
Manifest was created by merging several SDK versions using `expo export --merge-src-dir sdk38 ...`
-
I'd like to propose a set of utility functions for creating schema validators that I think would be useful in a variety of contexts.
#### Goals
1. Provide rich ReQL API for defining and executing obje…
-
### 🐛 bug 描述
复制官网案例,啥也没改,运行报错:TypeError: Cannot read properties of undefined (reading 'Group')
### 📷 复现步骤
版本信息:
"dependencies": {
"@ant-design/cssinjs": "^1.21.0",
"@…
-
1. great job generating a random salt number!
https://github.com/lansilvester/final-project-backend/blob/552d72dfec846afcafb786fec7d928e87008b7c6/src/controllers/auth.js#L26
2. you could destructu…
-
From **Jana Al Mawed**:
> Is it possible to have a "Clear Format" option in the Job Opportunity Intake (JOI) in addition to the other options of Bold, Underline etc? Most of the times we are copying …
-
**Criteria & special considerations**
- Use Joi library to validate the input of the review form
**Test**
- In the review section/name, if you the length of the name is less than 2 and more t…
-
Hi I want to validate the EmittedMessage using the DTO but the validation is not working. I am using Google Pubsub microservice.
```
export class OrderDTO {
@IsString()
@IsNotEmpty()
publ…
-
-
## node-assignment/app.js
- swagger 적용 너무 좋습니다!
- 포트 번호는 환경변수로 일단 가져와서 세팅할 수 있게 하시면 좋겠습니다. 그리고 3000과 같은 값은 기본값으로 쓰시면 됩니다.
- 예를 들어, `const PORT = process.env.PORT || 3000;` 처럼 말이죠.
- 에러 핸들링 미들웨어를…
-
Some part of the application throws an error containing a Symbol which can't be parsed by `errorsMiddleware`. We should identify where this error comes from and correctly check the type before string …