effect
effect copied to clipboard
Build production-ready applications in TypeScript
Contains the following pull requests: - #3045 - #3047
## Type - [x] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add support for Kysely as a...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds a `CircuitBreaker` module ##...
## Type - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add Date module. ## Related...
# Summary ### Summary 1. **Issue Raised**: The user `jessekelly` noticed that `Schema.omit()` in the Effect-TS library seems to ignore properties defined using `Schema.fromKey`. This behavior is problematic for them...
# Summary The conversation revolves around the need to simplify the process of making schema properties optional and nullable in the Effect-TS ecosystem. Jesse Kelly mentions using `Schema.partial(_, { nullable:...