-
The library is pretty old and comes with jquery as dependency. Would be better to use vanilla js or a pretty small library like preact ⚛️
-
The paginated routes (/changes, policy /search, pattern /search) already are a single transaction.
Regarding transactions, slick, and postgresql:
- Each individual DBIOAction in db.run(), includ…
-
while my dependence
- - slick:3.2.1
- - scala:2.12.1
- - slick-pg:0.15.4
- - json4s:3.5.2
just learn from the demo . MyPostgresProfile is :
```
package com.dlhis.matrix.utils
import com.g…
-
```
[info] Test run started
[info] Test docs.javadsl.SlickTest.testFlowWithPassThroughKafkaExample started
[error] Test docs.javadsl.SlickTest.testFlowWithPassThroughKafkaExample failed: java.lang.…
seglo updated
4 years ago
-
Hi
an additional option in the slick carousel setting to choose to use the square or the thumbnail images would be great as example myself I hate cropped images even if it looks nicer when all are th…
-
Upload your plugin example to your server and post a link as a comment here.
-
There seems to be a delay applying the current and active classes when reaching the last slide and using the infinite option. This creates an issue if there are css animations depending on this classe…
-
Is there any way to enable and disable carousel based on some value. I need this so i can use jQuery-UI-Sortable when carousel is disabled and after sorting carousel items to enable it ?
-
import React from "react";
import ScrollAnimation from "react-animate-on-scroll";
import { FaRegCircle } from "react-icons/fa";
import SlickSlider from "react-slick";
import { useState, useE…
-
Most of our queries are now in pure sql, which means we should be able to investigate alternatives to `slick`.
Obviously the goal is to benchmarks everything to see if it's worth doing the change a…