effect
effect copied to clipboard
Build production-ready applications in TypeScript
See https://ptb.discord.com/channels/795981131316985866/1157242058180935781
I would be keen on getting platform-deno up and running as node compat is not 100% in Deno. This would make Effect natively available in Deno. @tim-smart @gcanti @fubhy @mikearnaldi...
Would be nice to have as additional method to the FileSystem, or is it out of scope?
Until we figure out a more general solution for [`Stream` support in RPC](https://github.com/Effect-TS/effect/issues/1809) it would be great if there was a way to support (bi-directional) streams when using workers (e.g....
# Summary The user, Joshua Amaju, asked if there is a memory file system for testing. Maxwell Brown responded that there is currently no such system available. Joshua then mentioned...
# Summary The discussion revolves around improving the `absurd` function in the Effect-TS ecosystem. The issue at hand is that when unexpected errors occur and `absurd` is called, it tries...
### What is the problem this feature would solve? There is currently no wrapper for Number.parseFloat in the lib without reaching for Schema which is overkill for some cases. ###...
# Summary In the above conversation, the user was trying to log retry attempts with a schedule in TypeScript. They wanted to log only when the effect runs as a...