-
Notifications
You must be signed in to change notification settings - Fork 226
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
panic runtime error #58
Comments
Just to be sure, you are using version 0.2.2?
|
@erroneousboat that's correct. |
termbox.PollEvent sometimes trigger a panic whil typing in the input box (#58). I took note from https://github.com/nsf/godit and implemented and extra event handler that should potentially handle more events from termbox.
Update: Nevermind, I now see that it uses the vendor folder. I've also made some changes to the code that might help, you can try it out by checking out the branch v02.3-termbox_events and see if you're able to trigger it there. |
@erroneousboat my apologies for not being clear, had a busy week. I did build it myself, but I did so on the branch for #57 which in turn uses nlopes/slack at https://github.com/nlopes/slack/pull/176. Can you try the branch from my PR and update slack's branch as well. I'll give your branch a shot. |
No problem at all, we all do this in our free time :) I'll try what you suggested and see if I'm able to trigger it. Thanks! |
termbox.PollEvent sometimes trigger a panic whil typing in the input box (#58). I took note from https://github.com/nsf/godit and implemented and extra event handler that should potentially handle more events from termbox.
termbox.PollEvent sometimes trigger a panic whil typing in the input box (#58). I took note from https://github.com/nsf/godit and implemented and extra event handler that should potentially handle more events from termbox.
termbox.PollEvent sometimes trigger a panic whil typing in the input box (#58). I took note from https://github.com/nsf/godit and implemented and extra event handler that should potentially handle more events from termbox.
termbox.PollEvent sometimes trigger a panic whil typing in the input box (#58). I took note from https://github.com/nsf/godit and implemented and extra event handler that should potentially handle more events from termbox.
This fixed in my pull request |
@cshirley unfortunately, this is not the same issue as in your pull request |
Closing this issue for now, it doesn't seem to be happening anymore. Will re-open it when it does. |
Getting random panics while typing, mostly when using backspace:
The text was updated successfully, but these errors were encountered: