Giter Site home page Giter Site logo

lenthall's Introduction

Build Status codecov

Lenthall

Cromwell Common Code

Mailing List

The Cromwell Mailing List is [email protected].

If you have any questions, suggestions or support issues please send them to this list. To subscribe you can either join via the link above or send an email to [email protected].

Requirements

The following is the toolchain used for development of Lenthall. Other versions may work, but these are recommended.

Building

sbt compile will build a library JAR in target/scala-2.11/

Tests are run via sbt test.

lenthall's People

Contributors

antonkulaga avatar cjllanwarne avatar curoli avatar danbills avatar geoffjentry avatar horneth avatar jsotobroad avatar kshakir avatar mcovarr avatar ruchim avatar scottfrazer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lenthall's Issues

Mark A in ErrorOr[A] covariant

Since ErrorOr[A] is a type alias where A is covariant (both params of Validated are covariant):
type ErrorOr[A] = Validated[NonEmptyList[String], A]
A should be marked covariant in ErrorOr[A] as well.

move from spray to akka-http

Spray is dead and akka-http is a future version of spray. Your dependency on spray blocks me from adding Scala 2.12 support. Please, consider moving to akka-http

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.