effect
effect copied to clipboard
Build production-ready applications in TypeScript
Improves the user experience of: https://x.com/theo/status/1936198200928747875
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description `Match.tagsTupleExhaustive` has been added ```ts...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds a Number.parseInteger constructor wrapping...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description I tried to solve this...
Allow setting a custom string when creating redacted values e.g. "REDACTED_TOKEN" which is logged as: `level=INFO msg="permission granted" user=Perry token=REDACTED_TOKEN` ```ts Redacted.make("abc", "REDACTED_TOKEN") ``` This is useful for keeping tract...
## Type - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add a findFirstWithIndex function to...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add a `Cron.serialize` method to...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Sometimes, it’s necessary to recover...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds a `taggedEnum` function to...