question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues in Elm 18 codebase after updating the plugin to v2.0.0

See original GitHub issue
screen shot 2018-11-03 at 09 34 40 screen shot 2018-11-03 at 11 16 21

Let me know whatever additional info/context you need, I’ll provide. In meantime, here’s the elm-package.json

{
    "version": "1.0.0",
    "summary": "helpful summary of your project, less than 80 characters",
    "repository": "https://github.com/gotaguy/frontend.git",
    "license": "BSD3",
    "source-directories": [
        "src/scripts"
    ],
    "exposed-modules": [],
    "native-modules": true,
    "dependencies": {
        "Gizra/elm-dictlist": "2.1.1 <= v < 3.0.0",
        "NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
        "danyx23/elm-mimetype": "3.0.1 <= v < 4.0.0",
        "debois/elm-dom": "1.2.3 <= v < 2.0.0",
        "dillonkearns/graphqelm": "10.0.0 <= v < 11.0.0",
        "elm-community/dict-extra": "1.3.1 <= v < 2.0.0",
        "elm-community/elm-datepicker": "5.0.1 <= v < 6.0.0",
      "elm-community/html-extra": "2.2.0 <= v < 3.0.0",
        "elm-community/json-extra": "2.1.0 <= v < 3.0.0",
        "elm-community/list-extra": "7.0.1 <= v < 8.0.0",
        "elm-community/maybe-extra": "3.1.0 <= v < 4.0.0",
        "elm-community/result-extra": "2.2.0 <= v < 3.0.0",
      "elm-community/string-extra": "1.5.0 <= v < 2.0.0",
        "elm-lang/core": "5.0.0 <= v < 6.0.0",
        "elm-lang/dom": "1.1.1 <= v < 2.0.0",
        "elm-lang/geolocation": "1.0.2 <= v < 2.0.0",
        "elm-lang/html": "2.0.0 <= v < 3.0.0",
        "elm-lang/http": "1.0.0 <= v < 2.0.0",
        "elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
        "elm-lang/navigation": "2.0.1 <= v < 3.0.0",
        "elm-lang/svg": "2.0.0 <= v < 3.0.0",
        "elm-lang/window": "1.0.1 <= v < 2.0.0",
        "justinmimbs/elm-date-extra": "2.0.3 <= v < 3.0.0",
        "labzero/elm-google-geocoding": "4.0.1 <= v < 4.1.0",
        "mgold/elm-date-format": "1.1.7 <= v < 2.0.0",
        "myrho/elm-round": "1.0.2 <= v < 2.0.0",
        "simonh1000/elm-jwt": "5.3.0 <= v < 6.0.0",
        "simonh1000/file-reader": "1.2.0 <= v < 2.0.0",
        "wernerdegroot/listzipper": "3.0.0 <= v < 4.0.0"
    },
    "elm-version": "0.18.0 <= v < 0.19.0"
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Birowskycommented, Nov 3, 2018

I couldn’t figure it out for the one on the screenshot, but here’s another one:

youDontKnowMeLikeIKnowYou =
    case justLeave of
        Just [] ->
            "i'll never see you again, will I"

        Nothing ->
            "nope"


justLeave : Maybe (List { a | whatever : String })
justLeave =
    Nothing

Code haiku should be a thing.

image
0reactions
Birowskycommented, Nov 9, 2018

Thank you bery much.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Parsing files takes a long time · Issue #138 · elm ... - GitHub
Basically try to not install elm-format via npm. Or hope for the new version to improve runtime, not sure when it will be...
Read more >
When should I *not* use Elm in production? - Learn
Breaking changes are not unique to Elm. In my experience, elm updates go way smoother than any other language, because of static typing....
Read more >
Elm 0.19 Broke Us - DEV Community ‍ ‍
Elm 0.19 was released yesterday. There were a significant number of breaking changes at every level: configuration, tooling, library, ...
Read more >
Comparison to others - i18next documentation
With v2 of i18next we completely rebuild i18next to be as extensible as possible. ... There are endless plugins to load translation from...
Read more >
Changes - Code::Stats
Code::Stats and its plugins are open source software, licensed under the 3-clause BSD licence. ... Fixed crash in profile view when updating flow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found