Jan Ferko
Jan Ferko
I think I found root of the problem. Slick evolutions work directly with `java.sql.Connection` that is retrieved from data source. Because evolution scripts are run on raw connection and don't...
For example, you can add `org.postgresql` DEBUG logger to log statements to postgresql. This is vendor specific and not every jdbc driver supports it. Play JDBC uses `jdbcdslog` to solve...
I was wondering if `type` field on `%Hedwig.Message{}` would be enough to distinguish if responder wants to send normal message or message with attachment (e.g. Slack 'message.attachment' type) or file....