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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
laughedelic/README.md

Hi there 👋

Pinned

  1. pisces pisces Public

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

    Shell 274 12

  2. fish_logo fish_logo Public

    🐠 Fish shell colorful ASCII-art logo

    Shell 120 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 57 6

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

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

    TypeScript 51 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