You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
Use the plugin architecture instead of plain on handlers. The latter were always supposed for very basic things, not necessarily things that have state.
Due to gh-85, it's not possible to set instance variables in the
configure block. Replace those uses of instance variables that need
initialization with global variables.
For the autovoice plugin, simply recognize that its initial state is
"off".
Closesgh-84Closesgh-110
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We used to do this and not doing it breaks instance variable initialization for on handlers.
The text was updated successfully, but these errors were encountered: