effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What is the problem this feature would solve? When writing code inside `pipe` and `flow` we frequently run into scenarios where a definition is missing e.g. because it hasn't...
# Summary The discussion revolves around a technical challenge encountered when using self-referencing annotations in schema classes within TypeScript, specifically in the context of the Effect-TS ecosystem. The participants are...
# Summary ### Summary: Grafana has introduced a "one-shot" Docker image called `grafana/otel-lgtm` for enhancing observability during local development. This new feature has caught the attention of users, and there...
### What is the problem this feature would solve? I couldn't find any demo with SSE neither I don't this it is supported ### What is the feature you are...
# Summary The conversation revolves around the possibility of removing a Metric from the global registry in the Effect-TS ecosystem. Here are the key points: 1. **Initial Inquiry**: The user...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related...
# Summary The conversation revolves around a proposed addition to the Do notation syntax in the Effect-TS ecosystem. Here are the key points: 1. **Proposal**: Jesse Kelly suggests adding a...
### What is the problem this feature would solve? Would be great if the `@effect/platform-browser` package would provide a module for [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API). ### What is the feature you are proposing...
### What version of Effect is running? 3.6.0 ### What steps can reproduce the bug? ```ts import { Effect, Stream } from "effect" const stream = Stream.make(1, 2, 3).pipe( Stream.broadcast(3,...
### What is the problem this feature would solve? I'm slowly getting into Effect and am coming from a codebase where I use [drizzle-zod](https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-zod/README.md), which is a plugin for [Drizzle...