Skip to content
View laughedelic's full-sized avatar

Organizations

@Tapad @bio4j @sbt @bioinf @idris-hackers @scalameta @coursier @auto-it
Block or Report

Block or report laughedelic

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
laughedelic/README.md

Hi there 👋

Pinned Loading

  1. pisces pisces Public

    ♓️ Fish shell plugin that helps you to work with paired symbols in the command line

    Shell 278 12

  2. fish_logo fish_logo Public

    🐠 Fish shell colorful ASCII-art logo

    Shell 127 9

  3. gtm gtm Public

    Forked from era7bio/gtt

    ⏱️ git task/time manager

    Shell 86 10

  4. literator literator Public

    📝 Generate literate-style markdown docs from your sources

    Scala 58 6

  5. coursier/setup-action coursier/setup-action Public

    ▶️ GitHub Action using Coursier to install JVM and Scala tools

    TypeScript 53 21

  6. Explicit dependency management in sbt Explicit dependency management in sbt
    1
    Some of these practices might be based on wrong assumptions and I'm not aware of it, so I would appreciate any feedback.
    2
    
                  
    3
    1. avoiding _some_ dependency conflicts:
    4
        + install [sbt-explicit-dependencies](https://github.com/cb372/sbt-explicit-dependencies) globally in your `~/.sbt/{0.13,1.0}/plugins/plugins.sbt`
    5
        + run `undeclaredCompileDependencies` and make the _obvious_ missing dependencies explicit by adding them to `libraryDependencies` of each sub-project