effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What is the problem this feature would solve? Order.string is not locale aware, but String module has a locale compare function ### What is the feature you are proposing...
### What version of Effect is running? 3.4.6 ### What steps can reproduce the bug? visit this playground url with the `Match` code, and corresponding working `ts-pattern` code to compare:...
# Summary **Summary:** **@avaq_** reported an issue with the Effect library where an ever-increasing number of fibers are spawned, leading to a memory leak. This occurs when combining two streams...
### What is the problem this feature would solve? I have a WebSocket connection to a remote server. To manage subscriptions, I need to send messages like `subscribe@someTopic` to subscribe...
## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...
@IMax153 by doing this `direnv` runs much more smoothly on my machine because `nix` doesn't end up creating a full copy of the entire repository in the nix store. Can...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add Either.forEach ```ts import {...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description This PR removes an unused...
Contains the following pull requests: - #4935 - #5025 - #5064