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.15.2 ### What steps can reproduce the bug? https://effect.website/play/#18a138640989 `Match.type()` with `Match.when([...stuff])` works fine with tuples but inference kinda fails with arrays. ```ts...

bug

### What is the problem this feature would solve? In Unix based systems the user can press Ctrl+D to close the stdin pipe. Once the pipe is closed, providing any...

enhancement

### What version of Effect is running? 3.14.2 ### What steps can reproduce the bug? basic issue is that a schema like this gives incorrect types for `Schema.encodedSchema` and `Schema.typeSchema`...

schema

# Summary The user is inquiring whether it is possible to get the literal value of a `Schema.tag` in the Effect Typescript library, specifically asking about `Schema.tag("foo").literal`. Key Takeaways: -...

enhancement
schema

# Summary In this conversation, a user is trying to extract tags from a `Schema.Union` of `TaggedStructs` in a TypeScript project using the Effect Typescript library. Initially, the user attempts...

enhancement
schema

## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [x] Optimization - [ ] Documentation Update ## Description Added and updated tests in Logger.test.ts...

### What version of Effect is running? 3.14.1 ### What steps can reproduce the bug? Reproduction case available [here](https://github.com/vecerek/effect-issue-reproductions/tree/main/src/effect-sql-mysql-binary-writes). The steps can be found in the README. Simple, non-runnable example:...

bug

### What is the problem this feature would solve? I am seeing quite large performance issues when using the `TestClock` in conjunction with property based tests. Here is a minimal...

enhancement

### What version of Effect is running? @effect/sql 0.35.0 ### What steps can reproduce the bug? See this example: https://effect.website/play/#2ff1eff0f6bb ### What is the expected behavior? All effect modules should...

bug