Tim
Tim
I was referring to the Effect.tagMetrics api
Deno is on my list of things to do :) The current plan: - [ ] Learn more about deno, package distribution strategies (will likely stick with npm to start...
With some trial and error, the test suite for "effect" is working with deno in this PR: https://github.com/Effect-TS/effect/pull/1579 Will need to add the import map generation to our gen script.
Upstream vitest closed the issue - I don't think there is any further action needed here?
@schickling did you manage to snag the package name?
Unfortunately we can't fix this, as typescript only allows you to narrow based on what the type _is_, not what it _isn't_. Will close for now.
I think you want Sink.forEach here rather than fromPush?
I stumbled upon this issue looking for a generic persistence layer on top of riverpod. As a result, I have started a proof of concept solution. You can view the...
No I haven't considered adding lens/path access. I found the select API to meet all my needs: https://pub.dev/documentation/nucleus/latest/nucleus/AtomExtension/select.html
Hi, I'm definitely open to the idea. Yes - the ZIO type encapsulates all the IO / Task classes from fpdart, as well as `ReaderTaskEither`. It is heavily inspired by...