Jan Tammen
Jan Tammen
:+1: would also like to see the class names to be customizable!
I also got hit by this after upgrading to Angular 13. @dhcode Thanks for the workaround, works for me, as well! Does anyone know if there is an actively maintained...
> I have tried out [angular-t9n](https://github.com/kyubisation/angular-t9n) for some time now, and it does support merging of xlf files! It is unfortunately not up-to-date, but does work well with Angular 13....
I am experiencing the same error. Versions used: ``` addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20") addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "4.1.3") addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.2.2") ``` I just have just one...
I also came across this question a few days ago: should we auto link/merge accounts based on email addresses provided by external auth providers? I would have assumed that all...
@joscha Sorry for the late response, I didn't see the notification for your comment. Neither have I been able to reproduce this issue, nor did the application use multiple nodes......
Any updates on this or plans to integrate this into play-authenticate? I am also interested in this feature and can offer some help if needed!
I think my app would benefit from sth like this, too. Specifically, I have to carry out some additional tasks after a users logs in or out. Currently, I basically...
@smola and @joscha, thanks for your feedback! My use cases are at the moment: - After a user has logged in: send a cookie containing a XSRF auth token that...
@joscha and @smola, any thoughts on my use cases?