Giter VIP home page Giter VIP logo

slick-cats's Issues

Project depends on scalacheck outside of "Test"

"org.typelevel" %% "cats-laws" % "1.0.1", is declared without % "Test", and it depends on cats-kernel-laws which depends on scalacheck.

This is causing my builds to somewhat non-deterministic in which scalacheck version makes it onto my classpath, so I need to work around it with exclude.

Assuming nothing from cats-laws is used in non-test code paths, fixing this should only take adding % "Test"

Release 0.10.2

Hi,

The docs mention a 0.10.2 version which I couldn't find in Maven Central or Nexus. Has this been released yet?

Thanks.

Version mismatch in Maven repository

Hi,

It seems that an old version 0.7-RC1 is published in the Maven repository.
Would it be possible to upload the right (latest) version of slick-cats to Maven central

Thanks a lot.
Roll

Release 0.10.5

Hi!

First of all - thanks for making this great library available to all of us. I was wondering if there's any chance of releasing a new version with Slick 3.4.0?

Thanks!

Compatibility with DBIOAction to preserve effect type?

Hi, neat project!

I'm wondering if you have any ideas about making the instances compatible with a DBIOAction instead of a DBIO?

I'm trying to use the library in a project where we make use of the effect type (the E in DBIOAction[R, S, E]) in order to permit/deny actions via specific database handles. Similar to this example.

Using DBIO[A] means we lose track of the effect type when using monad transformers. For example, if I pass a DBIOAction[Option[Int], NoStream, Effect.Read] into an OptionT then it comes out as a DBIOAction[Option[Int], NoStream, Effect.All].

Curious if you have any thoughts on how one might preserve the effect type? I have a feeling it might not be possible, since F[_] only has one slot for a type parameter.

Instance for `Semigroupal[DBIO]`

This would allow for us to combine multiple DBIOs in an applicative way.

dbioA |@| dbioB |@| dbioC should have the type of DBIO[(A, B, C)]

A simple implementation of the requisite function:

product[A, B]( fa: DBIO[A], fb: DBIO[B]): DBIO[(A, B)] = 
   (fa zip fb)

I think it was renamed from Cartesian to Semigroupal btw.

Publish this repo

We'd like to use this but prefer to use ivy-managed dependencies in our builds.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.