Michael Arnaldi
Michael Arnaldi
How would supporting Deno look like?
If you want to open a PR I'd be happy to review & merge
cc @fubhy who's proposing a multi-runtime test matrix
Actually no, we need to add a note to guidelines
I see where you're coming from but it seems to me that there could be a slight misunderstanding on the semantics of `when`, the `when` function executes the `effect` when...
Following as Effect may be affected
Given that this was introduced before release wouldn't it be a better strategy to revert the commit that introduced the bug and defer that commit to 5.6? It feels a...
> It seems that ts encounters difficulty inferring the correct type when `optional` is used tacitly: > > ```ts > const x = S.string.pipe(S.optional); // error > > const y...
Some design suggestions: Effect doesn't make a difference between sync and async, it feels more appropriate to just expose something like `schema.parseEffect({ ... })` that returns an Effect which is...