Understanding Dependency Leaks with `accessors: true` in `Effect.Service`
Many times I've heard that setting
accessors: true in Effect.Service may lead to leaking requirements. I didn't find info about this in the documentation. It only says generic methods won't work with accessors. Can somebody please show me an example of code where removing accessors: true improves the situation/fixes some problem, so that I'll understand the specific case where to avoid accessors?