Rafaell Lycan

Results 22 issues of Rafaell Lycan

Hi there 👋 First of all, I'm amazed at how easy it is to work with Zod compared to my previous experience with Joi/Yup. Great job! 👌 We decide to...

Hey @kfiku, in Brazil loans are calculated by months, both installments and the interest. Is it possible to adapt as an option installments year and month? Like 18 months `installmentYear:...

Suggestion

Hello 👋 I just tried to use this project and although the results are simply awesome, it doesn't identify a few things out of the box: - When asking "Where...

Stale

## Checklist - [ ] Fix linting errors - [x] Tests have been added / updated (or snapshots) ## Change information Update the Next.js version from `12.0.9-canary.0` to `12.3.4` and...

Hi y'all I'm wondering if `typedi` is not going to receive any minor/patch updates as it's been a while since `v0.10` from Jan, 2021. There's an unpublished `v0.11` on the...

type: question

Hi, I'm getting a strange error when parsing an email that contains a hyphen (-) when having a subdomain: Example of a valid email: ```bash [email protected] # works [email protected] #...

Hello, One of the things that can be improved regarding this benchmark would also be targeting the beta version of Express which has been under development since last year for...

Ciao @MatteoGioioso I'd like to request a feature/enhancement to allow using [`pg.Pool`](https://node-postgres.com/apis/pool) instead, just to simplify its usage and avoid cleaning/ending. It could be simply a property on the constructor...

It's no possible to import/require linkjuice. `import linkjuice from 'linkjuice';`

Hi, I've created a [discussion](https://github.com/orgs/honojs/discussions/1696) but it's worth adding it here as well. Essentially Node.js has its own [HTTP events](https://nodejs.org/docs/latest-v20.x/api/http.html) such as `close` | `error` | `finish` | `timeout` that...