-
**Version:** 0.16.1
**Build date:** 2018-06-13 01:54
**OS:** Linux (amd64)
**JRE:** 1.8.0_282
**OpenGL version:** 4.6 (Compatibility Profile) Mesa 20.3.4 (Intel)
**Error:** `** Uncaught Exception…
-
My application makes use of Play-slick , MySQL 5.7 now supports Json data type but slick cannot map json types . Can we expect it in next release ? Or is there any workaround for this ?
-
I'm working the the
I've customized the `SourceCodeGenerator`:
```
class VintageGenerator(val profile: JdbcProfile, url: String, jdbcDriver: String, user: String, password: String) {
val dbFa…
-
> short description of the bug / issue, provide more detail below.
I'm getting an error on an infinite slider, when I click on NEXT and I'm at the last slide, I have to click twice in order to show…
-
```
people.take(10).list
```
generates
```
select x2."ID", x2."FIRST_NAME", x2."LAST_NAME" from (select "ID", "FIRST_NAME", "LAST_NAME" from (select x5."ID" as "ID", x5."FIRST_NAME" as "FIRST_NAME",…
-
`someTableQuery.map( _ (...,...) ).filter( _.someField === "foo" )`
fails because `` returns a MappedProjection, which does not have the members of the table object. Unliked ShapedValue, which has a…
cvogt updated
6 years ago
-
I have been using slick slider a lot and I love it! I am having an issue with the rows for my responsive settings. I want two rows for desktop which then goes to one row for a smaller screen, the resp…
-
2 dots are active on mobile device at the same time.
====================================================================
#### Steps to reproduce the problem
1. Open your site [http://kenwhe…
-
**DESCRIPTION:**
I do a union, a filter on that union, and a join. At this point, I get an sql, which tries to use a field which is not declared previously.
I'm not a pro at slick internals, the…
tg44 updated
7 months ago
-