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? 3.19.4 ### What steps can reproduce the bug? [Open API Common Parameters](https://swagger.io/docs/specification/v3_0/describing-parameters/#common-parameters) are supported at the path level. Today only method keys are...

bug

### What is the problem this feature would solve? Assume we have the following schema ```ts const User = Schema.Struct({ id: Schema.TemplateLiteral("user_", Schema.String), }) ``` But what is desirable is...

enhancement

### What is the problem this feature would solve? For a pretty big and complex codebase, the [it.extend](https://vitest.dev/api/#test-extended) vitest API is super useful. Unfortunately, if the `it` in question is...

enhancement

### What version of Effect is running? 3.19.3, platform 0.74.0, platform-node 0.70.0 ### What steps can reproduce the bug? 1. Create a middleware with `HttpApiBuilder.middleware` that makes use of `HttpRouter.RouterContext`...

bug

### What is the problem this feature would solve? This change improves timing accuracy and reliability by replacing Date.now() with the Performance API. Date.now() is low-precision and can be affected...

enhancement

### What version of Effect is running? 3.19.2 ### What steps can reproduce the bug? For the given code: ```ts const rows = yield* db.execute(sql`select id, created_at from example order...

bug

Findings while investigating issues with spans having parents they shouldn't have, related to https://github.com/Effect-TS/effect/commit/70fe803469db3355ffbf8359b52c351f1c2dc137 # 1 `options` don't reach Otel Span maker when DevTools are involved - run `pnpx tsx...

## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation Update ## Description My motivation is having an ability...

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR introduces a composable...