necaran

Results 3 comments of necaran

> Psych のバージョンが古いとそうなるかもしれません `gem update psych` しても同じです。全ての gem を削除してやり直しとか、色々試してもダメですね。

> Suddenly caught this bug as well. Seems it has something to do with adding more than 1 subreddit to the cookies. Same here with v0.31.2 and was able to...

You can solve this from AHK side. Just dump the buggy code and try this. [Read more.](https://gist.github.com/61e296025b8aed3c904fe66bedb2ca6c) ```ahk *LAlt::SetKeyDelay(-1), Send("{LAlt down}{Shift}"), KeyWait("LAlt") ~*LAlt up::SetKeyDelay(-1), Send("{Blind}{LAlt up}") *RAlt::SetKeyDelay(-1), Send("{RAlt down}{Shift}"), KeyWait("RAlt")...