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

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds a `timeout` option to...

next-minor

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add @effect/sql-pglite package. An @effect/sql...

## Type - [x] Feature ## Description Added Stream.filterMapEffectOption combinator for effectful filtering and mapping in a single step. This utility combines filtering and mapping operations with effects into a...

# Summary The user is experiencing an issue with sending Server-Sent Events (SSE) on the Bun platform. They have provided a link to their code and mentioned that when using...

### What version of Effect is running? 3.16.8 ### What steps can reproduce the bug? Replace `@effect/ai-openai` with `@effect/ai-anthropic` in the [example in the docs](https://effect.website/docs/ai/getting-started/). Repro: https://github.com/giacomoran/effect-anthropic-api ### What is...

bug

# Summary The user is experiencing unexpected "removed" events when creating files during file watch operations using the Effect Typescript library. They have shared a link to a playground that...

### What version of Effect is running? 3.16.8 ### What steps can reproduce the bug? ```ts class Error1 extends Data.TaggedError("error1") { } class Error2 extends Data.TaggedError("error2") { } declare const...

bug

### What is the type of issue? Documentation is confusing ### What is the issue? The `Tuple` module contains functions like `map`, that work on tuples of arbitrary length, but...

documentation