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? Currently, cli options & args cannot be postprocessed with bespoke requirements beyond the default "environment" (File, Path, Terminal). ### What is...

enhancement

## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This change allows `Predicate.isTagged` to...

### What version of Effect is running? 3.14.5 ### What steps can reproduce the bug? Config methods that return compound conditions (such as `nonEmptyString`) produce a `ConfigError` that may lead...

bug

# Summary The user, khraks_mamtsov, is experiencing an issue with `HashSet` comparison in the `@effect/vitest` testing environment. They provided a test case using `HashSet` with custom `Coords` objects and encountered...

## Type - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description The reason for this is...

### What version of Effect is running? 3.14.5 ### What steps can reproduce the bug? ```ts group.add(HttpApiEndpoint.get('listEntity')`/entities` ``` The current `HttpApiEndpoint.()` API takes a template literal to define the path...

bug

# Summary In the conversation, Jesse Kelly mentions that OpenAI's structured call feature does not support certain JSON Schema keywords like `minItems`. Maxwell Brown suggests that perhaps **@gcanti** (Giulio Canti)...

ai

### What version of Effect is running? 3.14.6 ### What steps can reproduce the bug? ```ts // Set apiUrl to 'https://openrouter.ai/api/v1' yield* openAI.client.createChatCompletion({ model: 'deepseek/deepseek-r1-distill-llama-70b:free', // model from OpenRouter messages:...

ai

### What version of Effect is running? 3.14.5 ### What steps can reproduce the bug? Create an endpoint and set success and error. In this case, I just want 400...

bug

### What is the problem this feature would solve? JavaScript's `String.replace` supports passing a function as the 2nd argument. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#replacement ### What is the feature you are proposing to solve...

enhancement