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

Contains the following pull requests: - #2785 - #3195 - #3197 - #3213

next-major

### What is the type of issue? Documentation is missing ### What is the issue? Effect apparently has a drizzle integration, but it's completely undocumented, no docs on the website,...

documentation

# Summary The user is confused about how arguments are handled differently between `Command.make` in Effect-TS and `child_process.spawn` in Node.js. They note that with `child_process.spawn`, multi-word arguments can be passed...

### What is the problem this feature would solve? I find using Effect to be extremely painful for getting into a flow state. The reason for this is because I...

enhancement

# Summary Elf Pavlik is learning Effect with a friend and has started working on a simple prompt-based CLI. They managed to implement minimal functionality and get a basic test...

cli

## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR makes the generic...

next-major

### What is the problem this feature would solve? `AWS DynamoDB` support for `effect` ### What is the feature you are proposing to solve the problem? To create a lib...

enhancement

# Summary The user is looking to define a schema in which a property named `test` is checked first for a string value, and if `test` is not present, it...

schema
Needs Proposal

### What version of Effect is running? ^3.8.4 ### What steps can reproduce the bug? It's on my todo list today to attempt to reproduce in a minimal repo, but...

bug