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? @effect/rpc: "0.71.1" ### What steps can reproduce the bug? See [https://github.com/Effect-TS/effect/blob/main/packages/rpc/src/RpcSerialization.ts#L159](RpcSerialization), specifically the `decodeJsonRpcRaw` function. When `decoded` is an Array, this function always...

bug

The sql-sqlite-react-native package was updated in 2024 (https://github.com/Effect-TS/effect/pull/2569) to use @op-engineering/op-sqlite so lets update the readme to reflect that. ## Type - [ ] Refactor - [ ] Feature -...

## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation Update ## Description This PR updates `tstyche` to...

### What is the problem this feature would solve? When I use Predicate combinator like `Predicate.some` or `Predicate.all` with other predicated I loose type safety (the new predicate is not...

enhancement
Needs Repro

### What version of Effect is running? latest ### What steps can reproduce the bug? 1. On Windows powershell, run `bunx create-effect-app@latest` or `bun x create-effect-app@latest` or `bun create effect-app@latest`...

bug

### What version of Effect is running? 3.16.12 ### What steps can reproduce the bug? add these packages ``` "@effect/opentelemetry": "^0.53.13", "@opentelemetry/sdk-trace-base": "^2.0.1", "@opentelemetry/sdk-trace-node": "^2.0.1", "effect": "^3.16.12" ``` Read the...

bug

# Summary The conversation centers around the design of RPC middleware in effect-ts, particularly why RpcMiddleware has no direct requirements in its type definition. It was clarified that the middleware...