-
Hello,
First of all, you have a nice plugin.
I use it in combination with the jquery plugin slick (http://kenwheeler.github.io/slick/) with single items.
Example:
`gallery.listen('afterCh…
-
**DESCRIPTION:**
if a table column is defined as the fellowing:
```scala
//class UserTable(tag: Tag) extends Table ... {
def avatar = column[String]("avatar", O.Length(255)).?
//}
val users …
-
I am using Slick 3.3.1 with Mysql Driver
this is the configuration
lazy val config = ConfigFactory.parseString(
s"""
|slick.dbs.default {
| driver = "slick.driver.MySQLDriver$$"
…
-
I don't know why, but when I access my website through my pc the slider works correctly, now on the phone only the main slider is left, why is that?
My css code:
```
.carousel.slick-initialized…
-
Hi, I'm trying to use slick-pg to use the Large Object Postgresl functionality, but keep getting the following exception, which I do not understand.
```
[info] - must Control Emulations *** FAILED…
-
I need 2 modifications to jQuery-Ui support in the file slick.grid.js;
1 - Add support to jQuery-Ui order icons;
In the createColumnHeaders, replace the sort-indicator icon code to this (line 497):
…
-
With Slick 3.1.1, I got StackOverflowError for a query which has a lot of conditions.
Code to reproduce easily is below:
``` scala
val seq = Range(1, 500)
Accounts.filter { t => seq.map { x => t.use…
-
@singingwolfboy I think this error is related to the carousel. Can you take a brief look to help triage?
https://sentry.io/mit-office-of-digital-learning/micromasters/issues/190993746/
```
TypeError…
-
Slick doesn't support CSS3 namespace selectors:
```
Slick.find('ns|a') // []
```
-
Im getting this errror when use this library can someone help me fix this
Here is my code and script
`
…