decapo01
decapo01
Using the answer at this stack overflow [question](http://stackoverflow.com/questions/34788530/wartremover-still-reports-warts-in-excluded-play-routes-file), the wart remover is excluding the routes in play 2.5.x. ``` wartremoverExcluded += crossTarget.value / "routes" / "main" / "router" / "Routes.scala"...
Ok, I'll submit the PR over the weekend and try to add a better read me to the computer database example.
I've found that if you change the Type from Any to js.Dynamic you can use the data. e.g. if the data object had properties id and name you could use...
I'm having trouble with this as well. Trying ```yml odoo12: image: odoo:12.0 .... environment: - HOST=$$$.$$$:$$$.$$ - PORT=5432 - USER=peasdasd - PASSWORD=sadasd# ``` isn't working for me as odoo is...
> The error looks like coming from Postgres. By default, it only allows client to connect locally (localhost). You may need to modify postgresql.conf as the answer in this post:...
This is exactly what I've been looking for. How do you do partials?
I actually figured out a way to get this working with what you have. I meant to comment on this but I also stopped working in elixir. I'm not sure...
Yeah I think eval sounds right for that situation. I was taking a break from scala when I tried this. The play framework has a type safe templating engine and...
It was suave 2.2.1. I upgraded to 2.4.0 and the problem stopped. I'm on ubuntu linux 16.04 and I couldn't get the first part of the tutorial to work for...