effect
effect copied to clipboard
Build production-ready applications in TypeScript
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Update and support Vitest v4...
## Summary - add backward cron traversal with shared lookup tables and last-boundary resets - align DST handling while walking backward and add reverse sequence iterator - expand cron prev/next...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add `Chunk.getSomes` similar to `Array.getSomes`...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds `requires` support to `HttpApiMiddleware.Tag`...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR is intended to...
## Hi there! I've been learning more about Effect TS and coded this with Claude. I thought it might be useful so I decided to open a PR. ## Summary...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation Update ## Description This pull request add `NonEmptyIterable`...
## Type - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description The HttpApi's groups and HttpApiGroup's...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description Enhance documentation for the @effect/vitest...
### What is the problem this feature would solve? `It.each` is essential part of testing and `@effect/vitest` would benefit by this addition. https://vitest.dev/api/#test-each Example: ```ts test.each([ { input: 'something', output:...