Matt Kangas
Matt Kangas
Paul, thanks for the feedback. Durran is correct, jade.compile returns a JS function which, when invoked, renders within a context. It's described here: http://jade-lang.com/api/ We are presently working around this...
Original issue seems to be resolved. I'm running 18.04.2 and I just installed cool-retro-term 1.1.1 via "Software" app, it was found in the Snap Store.
I encountered this problem in my Play 2.1.0 Java project when using play-plugins-mailer 2.1.0. I solved it as follows: (in Build.scala) ``` scala val appDependencies = Seq( javaCore, javaEbean, //...