Issues in Elm 18 codebase after updating the plugin to v2.0.0
See original GitHub issueLet 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:
- Created 5 years ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I couldn’t figure it out for the one on the screenshot, but here’s another one:
Code haiku should be a thing.
Thank you bery much.