-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MacOSX 10.10.1 / iTerm 2.1] Interaction problems #164
Comments
@mjurczyk there is a race condition in NodeJS >0.10 and all versions of iojs that causes stdin to sporadically block on OSX (see libuv/libuv#304). This has been fixed as of [email protected], which will be included in the next release of NodeJS (see nodejs/node-v0.x-archive#25475). Can you try installing on NodeJS 0.10 to confirm? |
with the latest nodejs from extra ppa for ubuntu I have the same issue. |
@dbkaplun sorry, but that doesn't seem to be a case.
Both work smoothly on [email protected], none runs smoothly on any further version. Under _v0.9.12_ package could not be installed due to dependency errors:
|
I've pushed an I am using iTerm 2.1 as well and cannot reproduce. If that doesn't help, can you try |
@dbkaplun unfortunately |
Just as I thought, 986b081 breaks the interactions. After checking things in the commits I found that |
I've released 0.1.32 with your PR. Can you confirm the issue is fixed? |
Version 0.1.32 works perfectly for me on iojs ;) |
Excellent, closing. :) |
After release
[email protected]
slap interaction does not automatically update (on click/on directional key).Release 0.1.29 introduced some fix/feature (986b081?) that changed slap's behaviour under iTerm2 on Mac OS X.
Selection does not update unless user inputs text / selects another file. Mouse input and directional keys work and change selection, although it is not shown on the screen.
last working version:
The text was updated successfully, but these errors were encountered: