effect
effect copied to clipboard
Build production-ready applications in TypeScript
### What is the problem this feature would solve? As far as I can tell there is no straightforward way to annotations to Class schemas. ### What is the feature...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related - Related Issue...
# Summary The user is reporting a bug with the new Rpc API where transport level errors, specifically `HttpClientError`, are missing from the `R` type when calling an Rpc with...
### What is the problem this feature would solve? Schema interoperates with effect/Data. The `Schema.data(schema)` combinator can be used to build a schema from an existing schema that can decode...
### What is the problem this feature would solve? There is no Secret.map fn ### What is the feature you are proposing to solve the problem? It would be useful...
# Summary In the above conversation, the topic of implementing delayed API calls with Effect was discussed. Several approaches were suggested, including using a queue or a rate limiter. A...
### What is the problem this feature would solve? I often find myself needing to provide default values at construction, but not at parsing. At parsing time, a missing value...
# Summary The key takeaways from the above messages are: 1. The data structures in the scope of Effect should have stack-safe implementations and optimal complexity for the problems they...
### What is the problem this feature would solve? I have an Effect Pipeline that partway through wants to perform an operation, but only if the value at that point...
# Summary The user noticed that `schema.pipe(S.optional)` is not working anymore and received an error message stating that the 'this' context of type 'Schema' is not assignable. Another user confirmed...