Michael Arnaldi
                                            Michael Arnaldi
                                        
                                    Execution boundary means any time you need to run an effect, ergo execute it. In an express example you do want to share context between requests, for example you want...
Looks great so far!
`I think the fp-ts docs are super important to have though, even if it's just there as a reference` => for "as a reference" there is the reference doc I...
updated content structure with a new section "Utility Modules" for modules such as "Either / Option / HashMap / etc"
> Here's a rough draft for a possible structure. Thoughts? > > ```lisp > Get Started > ├── Introduction > │ └── Ecosystem > ├── What is Effect > └──...
> I think it might be worthwhile to find other projects whose documentations we can draw inspiration from. For instance, the Tailwind docs are pretty good. Another might be the...
> I see > > Really wish someone had updated or closed this issue, I think its unreasonable to expected people new to Effect to be aware of information in...
@MaxBrown @mattiamanzati would make sense to house this kind of plugin at the org level
I mean porting the rules for the new ecosystem, for maintainance of v2 related someone else should pick it up
Cache in Effect is a synchronised structure, not sure it would be possible to have redis & co, also it would require persistence and serialisation which can't be generally done...