Maksym Ochenashko
                                            Maksym Ochenashko
                                        
                                    That could be useful. @NthPortal what do you think? Do you have similar use cases at work? I guess we can make extension syntax available via imports: ```scala import org.typelevel.otel4s.metrics.syntax._...
We already have macro definitions for both Scala 2 and Scala 3. With some refactoring, we can make it work. As I mentioned [here](https://github.com/typelevel/otel4s/discussions/550#discussioncomment-8799135), perhaps we can launch `experimental` modules...
We've been exploring these utility functions: https://github.com/typelevel/otel4s/pull/340#pullrequestreview-1686131253. We may add utility methods in the future, but we should consider all benefits and drawbacks. ____ With the upcoming changes in the...
Yeah, that sounds good. I guess we can provide more detailed and enhanced examples.
> Happy to do the PR for the doc update :) (including the simplified setup code snippet you provide) It would be awesome, thanks in advance!
@rossabaker @armanbilge please take a look.
Hey @rossabaker. Some of the listed features have already been implemented. But I'm sure we will have something interesting for 2025 :)
I've been experimenting with Union types recently. Perhaps some samples can be reused in shapeless-3: - [IsUnion](https://github.com/iRevive/union-derivation/blob/main/modules/core/src/main/scala/io/github/irevive/union/derivation/IsUnion.scala) - constraint to ensure the type is union - [UnionDerivation](https://github.com/iRevive/union-derivation/blob/main/modules/core/src/main/scala/io/github/irevive/union/derivation/UnionDerivation.scala) - lookup of...
@milessabin thank you for the feedback. I experimented a bit with the Mirror. The example is available here https://scastie.scala-lang.org/k3VLtxUTTie18YodrQKtJw. ### Mirror.SumOf In the example below the compiler loses type information...
Hey @mkurz. I ran into this issue recently. The Play version is `3.0.4`. I can confirm, that the error is logged: ``` Response stream for [POST /......] failed with '[error...