Arek Mazurkiewicz
Arek Mazurkiewicz
### What version of Effect is running? 3.1.4 ### What steps can reproduce the bug? given this initial code: ```typescript import { Effect } from "effect"; class LoaderArgs extends Effect.Tag("@services/LoaderContext")<...
This is a proposal to add a package similar to `drizzle-zod` and heavily based on it, with analogical features, integrated with the [effect ecosystem](https://effect.website), [@effect/schema documentation](https://github.com/effect-ts/effect/tree/main/packages/schema). This is a new...
### What version of Effect is running? 3.4.6 ### What steps can reproduce the bug? visit this playground url with the `Match` code, and corresponding working `ts-pattern` code to compare:...