effect
effect copied to clipboard
Build production-ready applications in TypeScript
This is not for merging, I just put it together since I was curious if I could make it work this way. This work was started based on the initial...
We could add an option to carry the location of a span by generating a new Error() and forward that to the attributes, we could do it optionally by adding...
### What is the problem this feature would solve? Right now the platform-browser packages exposes session storage and local storage. Unfortunately those seems not to be an option while running...
`Order.between({ minimum, maximum })` is not as flexable or as clear as `Order.between({ gt, gte, lt, lte })`. I'm just curious what people think before doing a complete refactor.
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Creates `SemigroupUnion`, `MonoidUnion` and `SemigroupIntersection`...
### What version of Effect is running? 3.0.5 ### What steps can reproduce the bug? - Create a new node project `my-types` - add dependency on [email protected] - export a...
### What is the problem this feature would solve? It would be convenient to be able to use a Schema instead one of the built in Config primitives for decoding...
### What version of Effect is running? 3.0.5 ### What steps can reproduce the bug? https://stackblitz.com/edit/stackblitz-starters-8c4cgb?file=index.test.ts ### What is the expected behavior? _No response_ ### What do you see instead?...
With https://twitter.com/nodejs/status/1783202826149052790 I think we can finally put CJS build at rest