-
### Problem
One of the biggest pros to using CDNs for vendor assets, is that localised assets within those files are already correctly linked up. However, when using vendors via the node_modules pa…
-
**Prize Bounty**
1500 RAI
**Challenge Description**
This bounty is a continuation of [an older one](https://gitcoin.co/issue/reflexer-labs/geb-subgraph/3/100026271) where hackers built Chrome…
-
The ability to disable highlighting for errors reported by specific extensions would be great.
For instance, I'm working in Markdown and have use a couple of extensions in concert with .md ([Code Spe…
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
Thanks for making this extension -- Really nice to use. The images in the pop-up function help are particularly slick, although I suspect that wasn't the difficult bit.
The only thing I miss from t…
-
this is a "nice to have enhancement",
some additional "top items" results are hidden in the next pages (for sellers with more than 200 items),
including these results in the first page IMO is a …
-
> short description of the bug / issue, provide more detail below.
Hi, I'm using a wordpress plugin called woothumbs which uses slick for galleries. I want to use a pinterest hover button on the main…
-
I am trying to reopen this issue https://github.com/slick/slick/issues/1679 because I have some more information.
I am using slick 3.1.1 and mysql innodb_version 5.7.17
Here are the steps to rep…
-
work-in progress:
Many libraries like Slick and shapeless make extensive use of implicit-driven method extensions for types. When implicit search fails error messages could be much more helpful. Idea…
-
Using `gEquals` for geometry equality comparisons:
```scala
def foo(toFind: Option[Geometry]): DBIO[Seq[Int]] = {
toFind match {
case Some(f) => someTable.filter(_.geometry.gEquals(…