Juan Seveso
Results
1
issues of
Juan Seveso
### What version of Effect is running? 3.1.1 ### What steps can reproduce the bug? ```typescript import { Config, ConfigProvider, Effect, pipe } from "effect" pipe( Config.array(Config.string(), "array"), Effect.andThen((conf) =>...
bug