Michael Arnaldi

Results 162 comments of Michael Arnaldi

cc @andarist - This is caused by dual-package hazard, even though effect is built with preconstruct (at the moment). What happens here is that we forgot to define loggers as...

This is solved on our side, keeping it open as a reference to track vitest

Takeaway: add a log level param to ignoreLogged

```ts import * as Duration from "@effect/data/Duration" import * as Effect from "@effect/io/Effect" import * as Stream from "@effect/stream/Stream" import { pipe } from "@fp-ts/core/Function" pipe( Stream.fromEffect(Effect.delay(Duration.seconds(5))(Effect.fail("fail"))), Stream.broadcastDynamic(1), Effect.flatMap((_) =>...

> @mikearnaldi - have you tested this with ZIO yet to see if it repros there? no not yet, would be good to make a zio project with a nix...

Fantasy Land support has been removed for good in v2.0, the discussion is here: https://github.com/gcanti/fp-ts/issues/823

Downgrading to [email protected] solves the issue apparently something is not going well with next

Related discussion in next.js repo https://github.com/zeit/next.js/issues/1877

Unfortunately without support for latest ts we won't be able to use it, regardless of the fact that it compiles the editor shows errors so that's not an option. Unfortunately...

Thanks to @IMax153 and @tim-smart we now have a playground :)