-
It would be nice to have something like validator.multiple to validate multiple container types all at once rather than having to create a new middleware for each container type.
```
validator.mul…
-
### Feature description
As a user, I would like to set a schema across a project to ensure that every environment includes the correct variables and are of the correct "type".
Additionally, havin…
-
when i import this statment on the app.js my app crash.
`const mysql = require('mysql2');`
the Package.json
```
{
"name": "testApp",
"version": "1.0.0",
"private": true,
"scripts…
-
hi do you have email or discord for contact? thanks
-
```
What steps will reproduce the problem?
1. add a message with the same id in two different conditional branches and set
'use_name_for_id' to true
2. run grit 'compiler'
What is the expected outp…
-
```
What steps will reproduce the problem?
1. add a message with the same id in two different conditional branches and set
'use_name_for_id' to true
2. run grit 'compiler'
What is the expected outp…
-
```
What steps will reproduce the problem?
1. add a message with the same id in two different conditional branches and set
'use_name_for_id' to true
2. run grit 'compiler'
What is the expected outp…
-
I looked through the source of store-sequelize and the sqlHandler had the code I was looking for to support a uidType of string:
```javascript
switch (relation._settings._uidType) {
case 'uuid'…
-
### What
- [ ] Remove dependancy on hoek
```
npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to th…
-
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…