Creating a Layer from the Output of Another Layer
I think I need some Layer help
I really wanted to create a layer from the output of another layer (spin up test container using Layer.scoped => build pg client with test container url). Using Layer.flatMap I get a Context<PgContainer> instead of PgContainer. This is the only way I got it to typecheck.
