Aleksi Asikainen

Results 4 issues of Aleksi Asikainen

I'm using `ts-patch` in a monorepo with `rushjs` and `pnpm`. When installing multiple projects (=multiple `package.json` files) at once, the `prepare` script calling `ts-patch install -s` in each of the...

Feature Request

Here's a proposal for HAPI 17.x support for Epimetheus. Since this version is a major overhaul of HAPI, please be advised that it is not backwards compatible.

I know that Medis supports `redis-cli` `--cert` and `--key` equivalent authentication with TLS. Could you also add support for `--cacert`? For example GCP Memorystore Redis instances require that by default,...

Seems like at some point the [fix](https://github.com/BenLorantfy/nestjs-zod/issues/75) for Zod `.brand()` schemas has regressed (=disappeared) from the 4.x versions. This PR returns the support for `.brand()` using @nvitaterna's original code.