Thank you for everything, I just started picking up scala and these videos are very useful. This channel is quickly becoming a go to for anything scala, I love the pace, not too fast to get lost and not too slow to get bored. Much love from romania! ;)
Great channel, great content, thank you! Regarding curl vs httpie - I like the Intellij HTTP Client - IMO it's very convenient that you can describe requests in the IDE with all autocompletions, and send them in one click
Great content! I am really surpised by the design of Spray though. Why can't it create the "protocol" automatically? Even worse, why do you need to specify the number of parameters in the bean? What a poor design!
I was trying to follow the video and test it out myself but I'm getting this error message back: Symbol 'type akka.stream.scaladsl.Flow' is missing from the classpath. This symbol is required by 'method akka.http.scaladsl.server.RouteResult.routeToFlow'. Make sure that type Flow is in your classpath and check for conflicting dependencies with `-Ylog-classpath`. A full rebuild may help if 'RouteResult.class' was compiled against an incompatible version of akka.stream.scaladsl. I have no clue why this is happening or how I can resolve it 😢
Thank you for everything, I just started picking up scala and these videos are very useful. This channel is quickly becoming a go to for anything scala, I love the pace, not too fast to get lost and not too slow to get bored. Much love from romania! ;)
Really glad to hear it! We'll keep on releasing new videos and articles every week!
Really well explained! Loved this!
This is my favourite channel at the moment!!
Happy to hear it - there's more where that came from!
Great channel, great content, thank you! Regarding curl vs httpie - I like the Intellij HTTP Client - IMO it's very convenient that you can describe requests in the IDE with all autocompletions, and send them in one click
hm, let me check that out, thanks!
please more content on akka-http actors and akka-streams ......
Will do!
Thank you very helpful!
Glad it clicked!
Great content! I am really surpised by the design of Spray though. Why can't it create the "protocol" automatically? Even worse, why do you need to specify the number of parameters in the bean? What a poor design!
Protocol creation is a bit tricky - Circe does it with macros and it should support much more than case classes.
@@rockthejvm But this could have been implemented the Jackson way - via reflection
spray is revolting.
haha why is that?
I was trying to follow the video and test it out myself but I'm getting this error message back:
Symbol 'type akka.stream.scaladsl.Flow' is missing from the classpath.
This symbol is required by 'method akka.http.scaladsl.server.RouteResult.routeToFlow'.
Make sure that type Flow is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'RouteResult.class' was compiled against an incompatible version of akka.stream.scaladsl.
I have no clue why this is happening or how I can resolve it 😢