Facundo Rossi

Results 6 issues of Facundo Rossi

I know that I can use Slick or Direct Access. But if I try to use an in memory database to make the development cycle more agile, I need to...

enhancement

Hi everyone, I am building a proof of concept for a product that needs interactive presentations, for example, letting the user answer a question in one slide, and blocking the...

🤔 Question

Hi, Great library, I would love to see this supported in Expo. Do you have plans to do it?

I created the following model clases (I will obviate the imports): case class Event(description:String, guests:Int, budget:Float, var date: Option[Date] = None) extends ActiveRecord { lazy val reservations = hasMany[Reservation] ```...

Hi, I am trying to use this library with a Play 2.2 application and It gives me an error. It will very helpfull to have some documentation and more if...

I am trying to run the collector as a sidecar of a main service using AWS ECS Fargate, whch works correctly when deploying it without the collectot, but I am...