Tim

Results 171 comments of Tim

It feels a little too specific to be included. You can do things like this already which gets pretty close: ```ts import { Either, Match, Option } from "effect" Match.value([Option.some(1),...

Probably what really needs changing then is improving the exhaustiveness checks.

The match exclusion logic should be updated so this is exhaustive by default.

Looks like in 4.0 this will get faster

You can already inject a custom fetch function: https://github.com/Effect-TS/effect/tree/main/packages/platform#injecting-fetch

Hi, thanks for the PR :) Tackling a `Date` module is a brave first contribution lol. > First - `@since` tags - who adds these? I don't think I can...

> Hi @tim-smart , is there anything I need to do to move this along, or still just waiting for code review? > > I see one of the GitHub...

I had a play around with the domain here: https://github.com/Effect-TS/effect/pull/3296 Not sure about the direction yet, but I think putting up some guard rails is a good approach.

I think for time zones we can lean on the `Intl` APIs. Yeah feel free to pitch in. For the math functions it could be quite nice to have something...