effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What is the problem this feature would solve? Hello. I'm facing some problems using the Prompt.file utility. The first surprising thing is that using a filter to check the...
# Summary ### Summary **User "wagmilson"** is experiencing an issue with error handling in layer instantiation while building an application using the Effect-TS library. The problem is that errors inside...
### What is the problem this feature would solve? We use JSIN schemas in AWS API gateway, which only supports JSON schema draft 04. Coming from effect/schema version 0.52.0 we...
### What is the type of issue? Documentation is missing ### What is the issue? I'm new to Effect and still getting the hang of things. I see there's an...
Filter functions are kind of disaligned between modules and sometimes a bit odd, for example: ```ts import { Effect, Option } from "effect" const filtered = Effect.filter( [0, 1, 2,...
# Summary ### Summary **Issue Encountered:** - **User xesrevinu** encountered an error (`Proxy Magic`) while using Kysely integration with `SqlResolver` in Effect. - The error was temporarily resolved by wrapping...
### What is the problem this feature would solve? Is there a particular reason of having type helpers in nested namespace e.g. `Effect.Effect.Success`, `Stream.Stream.Success`? It feels cumbersome to use it...
### What is the problem this feature would solve? Would be great if the `@effect/platform-browser` package would provide a module for the [WebLocks browser feature](https://developer.mozilla.org/en-US/docs/Web/API/Web_Locks_API). ### What is the feature...
### What is the problem this feature would solve? Working with sum types (tagged unions) must be cheap to easily create models which prevents storing impossible states inside them. I...
### What is the problem this feature would solve? There's no solution that allows type-safe RPC and allows non-JSON input (e.g. XML, files, ...), this would give EffectTS huge advantage...