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
This is not essentially a bug but just found that a merged commit 2a33a77 from more than a year ago was actually not included in the latest release in Feb 2024.
And, for the date - since the release comment says 2023-02-28, may I know if that was just an old release drafted at 2023-02-28 and published a year later due to some reason, or it's simply a typo.
If it's the former case then that commit shouldn't be included indeed which is okay, but as it seems to me more like a typo I'm submitting this issue to ask about it.
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
python -m rich.diagnose
pip freeze | grep rich
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
fromrich.diagnoseimportreportreport()
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
This is not essentially a bug but just found that a merged commit 2a33a77 from more than a year ago was actually not included in the latest release in Feb 2024.
And, for the date - since the release comment says 2023-02-28, may I know if that was just an old release drafted at 2023-02-28 and published a year later due to some reason, or it's simply a typo.
If it's the former case then that commit shouldn't be included indeed which is okay, but as it seems to me more like a typo I'm submitting this issue to ask about it.
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
The text was updated successfully, but these errors were encountered: