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 is the problem this feature would solve? When using AWS RDS or Aurora DSQL with IAM database authentication, the authentication token expires after a fixed period (15 minutes...

enhancement

## Problem With the recent addition of dynamic `idleTimeToLive` per key (#5858, implemented in #5859), the TTL is computed once at first acquisition time based on the key. However, there...

## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [x] Test fix ## Description...

## Type - [x] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description In some places (frozen-intrinsics, deterministic sandboxes...

## Summary Exposes the internal OTLP exporter as `OtlpExporter.make()` to allow building custom multi-endpoint tracers or composing multiple exporters without copying internal code. ## Motivation When building applications that need...

### What version of Effect is running? latest ### What steps can reproduce the bug? Running the `@effect/workflow` example with debug logging enabled and the `WorkflowEngine.layerMemory` instead of the `ClusterWorkflowEngine.layer`...

bug

### What is the problem this feature would solve? The Vitest [TestContext](https://vitest.dev/guide/test-context.html) is useful for accessing test metadata. In particular, the `task` within the `TestContext` can be useful for building...

enhancement

### What version of Effect is running? 3.19.7 ### What steps can reproduce the bug? ```ts class Test extends Context.Tag('Test')< Test, { foo: () => void, bar: () => void,...

working as intended

### What is the problem this feature would solve? Right now `@effect/opentelemetry` relies on `^0.203.0` of `@opentelemetry/sdk-logs`: https://github.com/Effect-TS/effect/blob/cfdd411f2df1f24cb52fac935d2147663b7bfe9c/packages/opentelemetry/package.json#L64C21-L64C29 But that's a release from six months ago and all new releases...

enhancement

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