effect icon indicating copy to clipboard operation
effect copied to clipboard

Build production-ready applications in TypeScript

Results 479 effect issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

### 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...

enhancement

# 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...

enhancement

### 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...

enhancement
schema

### 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. ###...

bug
platform

### 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`...

enhancement

### 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 ![image](https://github.com/Effect-TS/effect/assets/4051929/9b32c011-1e22-444f-8640-9ca7ad56731e) ###...

bug

### 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...

question
cli