effect
effect copied to clipboard
Build production-ready applications in TypeScript
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add support for different color...
### What is the problem this feature would solve? It is a [common security practice](https://developer.cyberark.com/blog/environment-variables-dont-keep-secrets-best-practices-for-plugging-application-credential-leaks/) to read secrets from the file system (or a memory-based volume pretending to be a...
### What is the problem this feature would solve? I'm weighting the switch from S.struct to S.Class due to all the added comforts. Some questions I couldn't answer myself with...
# Summary In the above conversation, the user raised an issue with using `Request.tagged` and `Equal.equals` for requests that contain non-primitive parameters. It was observed that two requests with equal...
### What is the problem this feature would solve? Currently stack traces already include span names to make the trace easier to understand, however, it's still lacking some context. I...
### What is the problem this feature would solve? Exposing literals means you can define a literal schema and then use the (fully typed and ordered) members conveniently from anywhere...
### What version of Effect is running? 2.0.0-next.62 ### What steps can reproduce the bug? Attempt using `fs.readDirectory()` with `recursive` option on a directory with nested directories and files. ###...
### What is the problem this feature would solve? Currently the `FileSystem` layer provides `FileSystem.writeString` and `FileSystem.readString` helpers; however, when using `FileSystem.open` those helpers aren't provided in the returned `File`...
### What version of Effect is running? 2.4 ### What steps can reproduce the bug? Sitting in the beginner workshop, we just spotted this not so nice behaviour  ###...
### What is the problem this feature would solve? - I made a script with effect-cli and I want to run it programmatically for any reason. Maybe I want to...