Miguel Oliveira

Results 12 issues of Miguel Oliveira

Bom, para validarmos alguns campos nas requisições usamos o **Joi** para essa tarefa. Diante disso, acho interessante criarmos o **nosso próprio validador** para suprir apenas em contextos que faz necessário...

- [x] Refactored `parseBody` and function to improve readability and maintainability. - [x] Simplified and clarified examples in JSDoc comments - [X] Improving `performance` from tests

It's necessary to maintain our integration with testing at all levels. - We should start with the `library` module and then move on to the following modules. --- ![image](https://github.com/surrealdb/surrealdb.js/assets/88039515/09e4afc7-f0f9-471a-bb00-b08c6749630a)

Provides more complete documentation and refactors some functions for better `efficiency` and `readability`

É uma ótima ideia manter apenas um arquivo `.env.example` bem organizado nos projetos. Isso faz com que todos usem as mesmas configurações, evitando confusões entre os desenvolvedores. Além disso, ao...

Add implementation of `From` for `Account` to enable conversion between these types.

Towards #10081

C-enhancement