effect
effect copied to clipboard
Build production-ready applications in TypeScript
# 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....
## 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...
closes #2745
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`.  ## Type - [ ] Refactor - [x] Feature...
## 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...
### 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...
### 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...