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
First, thanks a lot for all the great work in astroid. Today I tried to play with its plugin system and hit some barriers.
Since astroid version 0.14, WebKit was replaced by WebKit 2.0. This change was missed in the ThreadViewPlugin example. WebKit should be replaced with WebKit2.
The signature of the get_avatar_uri method was updated in astroidmail/astroid@3cccc7b. Without the new message parameter, ThreadViewPlugin.do_get_avatar_uri will not be called.
I would propose to update the threadview.py file accordingly. Thanks again!
The text was updated successfully, but these errors were encountered:
First, thanks a lot for all the great work in astroid. Today I tried to play with its plugin system and hit some barriers.
Since astroid version 0.14, WebKit was replaced by WebKit 2.0. This change was missed in the
ThreadViewPlugin
example.WebKit
should be replaced withWebKit2
.The signature of the
get_avatar_uri
method was updated in astroidmail/astroid@3cccc7b. Without the newmessage
parameter,ThreadViewPlugin.do_get_avatar_uri
will not be called.I would propose to update the
threadview.py
file accordingly. Thanks again!The text was updated successfully, but these errors were encountered: