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

### What version of Effect is running? Whatever version the playground runs ### What steps can reproduce the bug? https://effect.website/play#9896abe46cfe ### What is the expected behavior? No runtime argument should...

bug

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? clone https://github.com/ethanniser/effect-schema-type-bug `bun i` `bun run t` observe error (uncomment line in pkg/src/index.ts) `bun...

working as intended

### What is the problem this feature would solve? I recently looked into generating SDK's from my `HttpApiBuilder` API specification. During that process I notices a small mismatch between the...

enhancement

## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description Fix schema in effect-sql insert...

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? ```ts .add( HttpApiEndpoint .get("addressTransactions", "/api/v0/addresses/:address") .setPath( Schema.Struct({ address: Schema.String }) ) .setUrlParams( Schema.Struct({ count:...

bug

### What version of Effect is running? latest (3.16.8) ### What steps can reproduce the bug? This is the short tiny script: https://effect.website/play/#a032c0efed18 ```ts import { Sink, Stream, Effect, Console,...

bug

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update Closes: - https://github.com/Effect-TS/effect/issues/3473 - https://github.com/Effect-TS/effect/issues/2647 ## Description...

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...

## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This fixes compile-time errors discovered...