-
## 🐛 Bug Report
The example provided in the README.md doesn't work with typescript because Schema type doesn't have .
This is a swagger-schema-official types bug and i am writing it here just fo…
fox1t updated
3 years ago
-
Hi everyone !
First of all, thanks a lot for your amazing work on Prisma. I want to point a little issue on Typescript, when you try to use prisma client with Graphql-yoga and @nexus/schema resolvers…
-
When i install @google-cloud/translate on mac os. I received an error:
npm ERR! Unexpected end of JSON input while parsing near '...0","linkinator":"^1.1'
- Mac OS mojave: 10.14.6
- nodejs v12.18.0…
-
## Production readiness
Obviously, this is not production-ready. I do not suggest any to use this project in production as-it. The goal is we can go through the process and implement your own syste…
-
- Vcrypt@3.0.0: versions < v5.0.0 do not handle NUL in passwords properly.
- Investigar seguridad de uso de bcrypt
- Investivar ímplementación con el módulo nativo de crypto
-
My Node getting stuck on bcrypt.hash and bcrypt.hashSync. However, if I comment these statement my code going well. I am being hangout in this error since morning.
This is my code.
`userDocument.p…
-
**Environment**
{
"nativescript": {
"id": "com.application.app",
"tns-android": {
"version": "6.5.0"
},
"tns-ios": {
"version": "6.5.0"
}
},
"descrip…
-
- Tools: Node.js
-
## Criptografar senhas
## Descrição
A criptografia das senhas é algo essencial se pensamos na segurança dos nossos usuários, portanto é importante que todas as senhas estejam criptografadas no nosso …
-
I'm trying to rename upload file(especially image) so I can make them have own unique name using [shortid](https://github.com/dylang/shortid) module. I just read all readme and couldn't figure out how…