effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What is the problem this feature would solve? The current signature of `Schema.TaggedRequest` is difficult to parse, which may lead to confusion and errors in its usage. The syntax...
### What is the problem this feature would solve? Given an `Option` and a fn `(a: A) => Effect` it would be useful to have a function that could apply...
### What version of Effect is running? 3.4.5 ### What steps can reproduce the bug? https://effect.website/play#60bb9fa16ff5 ### What is the expected behavior? Should render the same as a vanilla Error...
### What version of Effect is running? 3.4.6 ### What steps can reproduce the bug? When using `Stream.interruptWhenDeferred` in conjunction with `Deferred.succeed`, the stream is not interrupted as expected. Instead...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds a `Stream.mapEffectFilter` function that...
## Type - [x] Refactor ## Description Remove usage of adapter from internal code. ## Related - Related Issue https://github.com/Effect-TS/effect/pull/3041
# Summary ### Summary The conversation revolves around implementing an AWS Lambda function using `effect-http`, similar to how it's done with the `hono` framework. The user aims to create a...
### What is the type of issue? Something else ### What is the issue? I'm not familiar with the just-the-docs or the jekyll doc generator, but running scripts from this...
# Summary **Summary:** - **User (mr_diamond):** The user is confused about the naming of `Schema.NonEmpty` in the context of implementing a `NonEmptyString`. They question why it isn't named `NonEmptyString` and...
### What is the problem this feature would solve? Currently with the `@effect/sql-drizzle` package, it is not possible to access ORM features of drizzle like `db.query` ### What is the...