Adam Warski
                                            Adam Warski
                                        
                                    Ah yes, just noticed it's a private temporary repository, we'll be publishing that soon :) As for `schedule`... well I'm not very happy about it as well, but I didn't...
@epifab Sounds good, waiting for the code! :)
I'm not really familiar with Shiro, but if there would be an integration point, then sure! As I see it provides session management - would it be in any way...
Though it has only 1 star :) But sure, ideally that would be a module separate from both projects (integrating them)
@veotax do you have any specific idea on how would jcasbin integrate with akka-http? I suppose you could use any kind of authorization library and store the result in the...
Yes, each test is independent, only the headers that you specify explicitly are sent. Previous responses have no influence on subsequent requests. Maybe this will help: https://github.com/softwaremill/akka-http-session/blob/master/core/src/test/scala/com/softwaremill/session/OneOffTest.scala#L94 These are the...
@Hajto yes, you can do it through `SessionManager.clientSessionManager.createCookie(data: T)`. You need to have an implicit session manager somewhere in order for the routes to work, so you can just use...
See https://github.com/lampepfl/dotty/issues/15159#issuecomment-1137467983 on how to implement derivation for children of a sealed trait
Thanks, though this will have to wait 2-3 weeks, as I will be away
> for byteBufferBody when I provided example value This should be a separate issue - can you open one? Also, what would you expect to be visible in the example...