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 version of Effect is running? 3.1.2 ### What steps can reproduce the bug? 1. Clone https://github.com/paritytech/substrate-connect/tree/rogue-scheduler 2. corepack pnpm i 3. cd packages/light-client-experimental 4. corepack pnpm turbo build...

bug

## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This change uses the exported...

### What is the problem this feature would solve? Currently, TestClock requires manual time adjustments, making it cumbersome for testing complex asynchronous scenarios involving multiple parallel processes with varying delays....

enhancement

### What is the problem this feature would solve? Related https://vercel.com/blog/how-we-optimized-package-imports-in-next-js Effect lib should be part of this list: https://github.com/vercel/next.js/blob/c9291d6dd57e08c525733b7187a3b4256bc5f8af/packages/next/src/server/config.ts#L833 I suppose they would happily accept PR for that. ###...

enhancement

# Summary The conversation revolves around an attempt to use `@effect/sql` with Cloudflare's D1 (SQLite) database. Here are the key points and takeaways: 1. **Initial Inquiry**: The user, phischer, inquired...

### What version of Effect is running? 3.1.1 ### What steps can reproduce the bug? ```typescript import { Config, ConfigProvider, Effect, pipe } from "effect" pipe( Config.array(Config.string(), "array"), Effect.andThen((conf) =>...

bug

our error classes don't carry a default message, when a message is not present stack parsers such as vitest are unable to correctly parse the stack, leading to unintelligible errors...

### What is the problem this feature would solve? More convenient logging for errors. ### What is the feature you are proposing to solve the problem? ZIO has the below...

enhancement

## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related...

schema

## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add possibility to convert a...

schema
Needs Tests
Needs Changeset