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

# Summary ### Summary 1. **Issue Description**: - The user is experiencing an issue where annotations on a `Transformation` are not being taken into account when generating a JSON schema....

schema
schema: jsonschema
Needs Proposal

## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Followup of this [comment](https://github.com/Effect-TS/effect/pull/2772#discussion_r1605990786) on...

https://discord.com/channels/795981131316985866/920065989557747723/1242059983999467520 For `Data.TaggedEnum` added capitalized constructor naming convention. Helper functions `$is` and `$match` have been renamed to `is` and `match`. ![image](https://github.com/Effect-TS/effect/assets/16162053/acadb838-7660-45dc-9296-e07818f5082c) ## Type - [ ] Refactor - [x] Feature...

next-major

## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update

## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR replaces the connection-related...

### What version of Effect is running? 3.1.5 ### What steps can reproduce the bug? ```ts const intervalStream = Stream.fromSchedule(Schedule.spaced('500 millis')) .pipe(Stream.tap(Console.log)); const program = Effect.gen(function* () { const pubsub...

bug

### What is the problem this feature would solve? It would be nice to add a Stream.fromObservable fn to better interop. w/ rxjs and other libs which use Observables. https://github.com/tc39/proposal-observable...

enhancement

### What is the problem this feature would solve? As far as I'm aware, it is not possible to configure a SQL client with default custom span attributes that would...

enhancement