Valdemar Grange
Valdemar Grange
You could also use `Kleisli` as your `F`: ```scala final case class Context( attribute: String ) def myContextFunction[F[_]](implicit F: Async[F]) = { val lift = Kleisli.liftK[F, Context] val dataSource: fs2.Stream[F,...
What is the status of this? Edit: For anyone in need of a bloop config, until this is ready, I wrote a very hacky shell and python script to generate...
I have created a BSP implementation for Bazel and it works well in the repositories I have tested with (type information, goto, maven dependencies, streamed diagnostics and so on), but...
I'll start off by saying I work in a project where we build Scala with Bazel, so I built the tool because I need it. My goal is to have...
> @ValdemarGr I think this looks promising. Should `mkClientFull` and `mkServiceFull` be on `GeneratedCompanion` and trivial implemented in `GeneratedCompanion` in terms of that? I don't think it is possible to...
I have also introduced a `G` to both server aspect and client aspect to facilitate running the service in another effect than the one that the dispatcher is defined in....
I have also explored a solution that removed the `Dom` and `Cod` typeclasses in search of a simpler solution that still solves the issues regarding tracing and auth. What are...
> What does the removal of `Dom` and `Cod` impact on missing features? I don't think any features that people need (from scanning the related issues) are impacted by removing...
> @ValdemarGr Perhaps getting more eyes from typelevel on the PR would be a good idea? Yes that would be awesome.
> Is there any update on this PR's progress? Is something blocking it or does it need reviewing? I think the last event in this PR was tagging some typelevel...