halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

use of teletype broken when elmjutsu is enabled #118

Closed dbj closed 6 years ago

dbj commented 6 years ago

I'm running teletype 0.13.1, Atom 1.26.1, and elmjutsu 8.1.0. When I share a teletype session with another Atom user, and I bring up an Elm file for editing, the user's Atom editor freezes, though mine does not. If we edit other types of files, such as JS files, no problem, but as soon as we bring up an Elm file... freeze on the user's side.

This does not occur when I turn off elmjutsu. I have tried disabling and/or reinstalling teletype, elmjutsu, and other related packages, and nothing seems to fix this issue.

Also note, the same thing happens with linter-elm-make 0.28.3.

dbj commented 6 years ago

Just verified the same behavior with 0.13.2 of Teletype.

halohalospecial commented 6 years ago

Can you check if there are errors in the console? Also, are you getting a "Failed to join portal" notification?

halohalospecial commented 6 years ago

Hi @dbj, can you check if the latest version (v8.1.1) works for you? Thanks!

dbj commented 6 years ago

That fixed it! Thanks. 😄