effect icon indicating copy to clipboard operation
effect copied to clipboard

Build production-ready applications in TypeScript

Results 479 effect issues
Sort by recently updated
recently updated
newest added

See https://ptb.discord.com/channels/795981131316985866/1157242058180935781

opentelemetry

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...

platform

Would be nice to have as additional method to the FileSystem, or is it out of scope?

enhancement
platform

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....

platform

# 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...

platform

# 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. ###...

enhancement

# 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...