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? I tend to work in environments where schemas already exist in one form or another ( JSON Schema, GraphQL Schema, ......

enhancement

### What is the problem this feature would solve? I would like to be able to specify more options when using `OpenAiLanguageModel`, like adding [built-in tools](https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses). Here's an example function:...

enhancement

## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Ensures that the input has...

### What version of Effect is running? 3.14.18 ### What steps can reproduce the bug? @effect/vitest version: 0.21.3 When you want to provide a layer for a set of tests,...

enhancement
Needs Proposal

### What version of Effect is running? 3.14.11 ### What steps can reproduce the bug? Attempt to make an Arbitrary with a schema that provides an invalid value for the...

enhancement
schema
schema: Arbitrary

### What version of Effect is running? 3.14.18 ### What steps can reproduce the bug? Not sure this is a bug but the behavior is different enough where I wanted...

enhancement
working as intended

# Summary In the conversation, @schickling discusses with @maxwellbrown and @timsmart about changing the semantics of `Options.withDefaults` in the CLI package, finding the current behavior counterintuitive, especially concerning boolean options....

# Summary The user `rpiotrow` is experiencing unexpected execution times while executing parallel requests to a PostgreSQL database using the Effect Typescript library. The user has implemented a test with...

### What version of Effect is running? 3.14.18 ### What steps can reproduce the bug? Reproduction on Effect playground: https://effect.website/play#6157b14ba502 I define an API like this: ```typescript const MyApi =...

bug