effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What version of Effect is running? 3.19.11 ### What steps can reproduce the bug? See: https://github.com/Effect-TS/effect/blob/fb78c4061cec89718c49f842a91263a9bb8cf3cf/packages/effect/src/FiberHandle.ts#L317-L321 ```ts export const clear = (self: FiberHandle): Effect.Effect => Effect.uninterruptibleMask((restore) => Effect.withFiberRuntime((fiber) =>...
## Type - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Relax the RpcClientMiddleware allowing them...
### What version of Effect is running? 3.19.12 ### What steps can reproduce the bug? ## Description When using `@effect/sql-drizzle` with `drizzle-orm` 0.45.x, there are type incompatibilities when passing table...
## Type - [x] Bug Fix ## Description Fixes executable path splitting when paths contain spaces (e.g., `C:\Program Files\nodejs\node.exe` on Windows or `/usr/local/My Programs/node` on Unix-like systems). Instead of using...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This pull request adds 3...
Contains the following pull requests: - #5710 - #5859
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Expose the workflow.interrupt method to...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add support `URL` in `HttpClientRequest.prependUrl`....
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add pure memoization wrapper function...