We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terminal colors fail.
1 Install latest release (which is not really working anymore) 2 Run in PyCharm, observe color coded log messages. 3 update to current master 4 run in PyCharm, observe that the colors are gone. I originally thought this was a PyCharm issue, as colors works in VScode, and posted this: https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
But I realize there is something odd about the current master that causes PyCharm to fail.
(just about anything that uses the library)
colors, also in PyCharm, as it was in last release
see screenshot in https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
The text was updated successfully, but these errors were encountered:
The color output code is unchanged from upstream discord.py. Can you reproduce it there?
Sorry, something went wrong.
for best testing, is it ok to install discord.py alongside discord.py-self in the same venv?
No, they use the same namespace. You can try the renamed branch.
No branches or pull requests
Summary
Terminal colors fail.
Reproduction Steps
1 Install latest release (which is not really working anymore)
2 Run in PyCharm, observe color coded log messages.
3 update to current master
4 run in PyCharm, observe that the colors are gone.
I originally thought this was a PyCharm issue, as colors works in VScode, and posted this:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
But I realize there is something odd about the current master that causes PyCharm to fail.
Code
Expected Results
colors, also in PyCharm, as it was in last release
Actual Results
see screenshot in https://intellij-support.jetbrains.com/hc/en-us/community/posts/18152215956754-How-to-improve-Pycharm-run-output-with-colors
System Information
Checklist
Additional Information
The text was updated successfully, but these errors were encountered: