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
Since QCrash is licensed MIT, I think we should use this dialog after users press our Submit to Github button. Our current approach is not working as expected because I've seen several issues without a traceback and other empty ones.
By the way, the problem with keyring is that it's a new dependency and it's not packaged correctly in conda for Linux. But we could use it for Spyder 4 :-)
@ccordoba12 Sounds like a good plan; yeah, I've seen quite a few of those too. Some less observant users are clearly still missing the "Paste here to complete reporting" message or otherwise mishandling that, even though added more emphasis to the latter to try to make it harder to miss. This definitely looks a lot slicker, and potentially could open up additional enhancement opportunities down the road. I assume this all uses the Github API with the user's credentials, and everything else is handled automatically?
I recently learned about the QCrash package (thanks @gmarull!):
https://github.com/ColinDuquesnoy/QCrash
which has a very nice dialog to authenticate users and open an issue on Github on behalf of them:
https://github.com/ColinDuquesnoy/QCrash/blob/master/docs/_static/qcrash_github_login.png
Since QCrash is licensed MIT, I think we should use this dialog after users press our Submit to Github button. Our current approach is not working as expected because I've seen several issues without a traceback and other empty ones.
@dalthviz, please work on this by:
githubpy
dependency to ourutils/external
module.keyring
dependency used to save passwords through theRemember me
checkbox of that dialog.The text was updated successfully, but these errors were encountered: