Antony Milne
da10ca92fc
Add JUPYTER_COLUMNS/JUPYTER_LINES and tests
2022-06-09 22:52:37 +01:00
Antony Milne
b0fb18a439
Do with another or
2022-06-09 14:08:16 +01:00
Antony Milne
067f20d420
Use environment variables for Jupyter width/height
2022-06-09 14:07:02 +01:00
darrenburns
51889e2e66
Substituting plain headed box when show_header=False on Table ( #2330 )
...
* Substituting plain headed box when show_header=False on Table
* Update changelog
* Revert __main__ in table to remove test code
2022-06-08 16:22:30 +01:00
Will McGugan
d68c6b2be3
typo
2022-06-07 17:56:48 +01:00
Will McGugan
52599d9970
Merge pull request #2327 from Textualize/progress-docs
...
Turn "basic usage" progress example into a runnable example
2022-06-07 16:34:52 +01:00
dependabot[bot]
b4346ba779
Bump mypy from 0.950 to 0.961
...
Bumps [mypy](https://github.com/python/mypy ) from 0.950 to 0.961.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.950...v0.961 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 13:39:10 +00:00
Darren Burns
df775dabb5
Turn "basic usage" progress example into a runnable example
2022-06-07 10:00:45 +01:00
Bas Nijholt
2a87610f79
Fix typo in examples/downloader.py
2022-06-05 14:38:29 -07:00
Will McGugan
e8a9466b94
test fix
2022-06-05 16:04:51 +01:00
za
2883b3355b
Add za as contributors
2022-06-04 17:03:56 +07:00
za
67ff55b1d6
Add Indonesian hyperlink in the README.md
2022-06-04 17:01:25 +07:00
Will McGugan
2be0fc905f
Merge pull request #2296 from Textualize/text-wrapping-edgecase
...
Text wrapping edgecase
2022-05-27 16:14:47 +01:00
Will McGugan
e3bd037791
Merge branch 'master' into text-wrapping-edgecase
2022-05-27 16:14:39 +01:00
Will McGugan
c187270eef
Merge pull request #2294 from Textualize/bugfix-inspect-with-pyparsing
...
[bugfix] solve crash when using `inspect()` on the "pyparsing" package
2022-05-27 15:15:37 +01:00
Olivier Philippon
25d0c0e898
[inspect] Address PR feedback on ASCII special characters' replacement with their escaped version
2022-05-27 14:56:55 +01:00
Olivier Philippon
236096ea8f
[inspect] Replace ASCII special characters with their "non-special" readable version
...
With this we allow the following:
- Such characters will be displayed in the data returned by "rich.inspect" when they are used in docstrings
- We fix the crash that can happen in some circumstances in the `Text.divide()` method when some docstrings have such special characters
2022-05-27 14:56:55 +01:00
Olivier Philippon
78a0229467
[inspect] Replace ASCII special characters with their "non-special" readable version in docstrings
...
With this we allow the following:
- Such characters will be displayed in the data returned by "rich.inspect"
- We fix the crash that can happen in some circumstances in the `Text.divide()` method when some docstrings have such special characters
2022-05-27 14:56:02 +01:00
Will McGugan
5ccf4ed376
Merge pull request #2305 from Textualize/fix-invalid-markup-crash
...
[live] Restore `sys.stderr` when an exception happens during a refresh
2022-05-27 13:34:08 +01:00
Olivier Philippon
cf99a8d875
[live] Restore sys.stderr
when an exception happens during a refresh
...
Without this the user sees no error displayed in their terminal - and even capturing the exception and displayed their own error reporting is ineffective.
2022-05-27 12:04:07 +01:00
Darren Burns
0dc3985ea8
Fix wrapping issue
2022-05-25 16:25:10 +01:00
Darren Burns
ca474c37af
Update test
2022-05-25 13:43:47 +01:00
Darren Burns
34a0c50421
Add some CJK wrapping test cases
2022-05-25 12:59:45 +01:00
Darren Burns
795912c918
Update changelog
2022-05-25 12:51:12 +01:00
Darren Burns
f70414a783
Remove duplicate test
2022-05-25 12:50:06 +01:00
Darren Burns
ee60bc13ba
Fix text wrapping edge case
2022-05-25 12:43:48 +01:00
Darren Burns
9174059949
Add xfail test for text wrapping issue
2022-05-25 10:36:36 +01:00
Darren Burns
44d32b2b4a
Add test to catch wrapping edgecase
2022-05-24 17:18:54 +01:00
Darren Burns
7e96597f65
Rename test
2022-05-24 17:06:24 +01:00
Darren Burns
68faf4f344
Add test case to ensure wrapping when length greater than available width
2022-05-24 17:05:22 +01:00
Andy Gimblett
d9a0d47946
Add Rule.__rich_measure__ and tests vs behaviour in tables
...
See [issue #2266 ](https://github.com/Textualize/rich/issues/2266 )
2022-05-24 13:42:42 +01:00
Darren Burns
7975c563e1
Fix numerous typos in tests
2022-05-24 13:26:40 +01:00
Darren Burns
27ab17327d
Merge branch 'master' of github.com:Textualize/rich
2022-05-24 13:14:12 +01:00
Will McGugan
aa7926c143
Merge pull request #2290 from Textualize/more-svg-tweaks
...
More svg tweaks
2022-05-24 07:39:59 +01:00
Will McGugan
6b824b6477
test fix
2022-05-24 07:30:25 +01:00
Will McGugan
80b5bcabf2
improved SVG
2022-05-24 07:29:23 +01:00
Will McGugan
37cde9d5b5
changelog
2022-05-23 17:41:33 +01:00
Will McGugan
9bfb619093
Merge pull request #2289 from Textualize/svg-tweak
...
Svg tweak
2022-05-23 17:39:11 +01:00
Will McGugan
2d44195482
svg fixes
2022-05-23 16:54:07 +01:00
Will McGugan
e8032fcf90
tweak to blocks
2022-05-23 16:19:19 +01:00
Will McGugan
58bfa48f98
Merge pull request #2288 from Textualize/svg-firefox
...
Firefox fixes for SVG
2022-05-23 09:57:28 +01:00
Will McGugan
b423f742ad
refinements to SVG out
2022-05-23 09:43:12 +01:00
Will McGugan
fc5a1ad7b9
replace tspans with text
2022-05-17 09:59:04 +01:00
Lanqing Huang
19349e3801
Revert get height and width from env
2022-05-16 21:27:42 +08:00
Motahhar Mokfi
da1fef19d6
Merge branch 'master' of github.com:motahharm/rich
2022-05-11 12:55:24 +04:30
Motahhar Mokfi
9c4bc5eefa
add Motahahr Mokfi to contributors.md
2022-05-11 12:53:43 +04:30
Motahhar Mokf
a915a27059
Apply suggestions from code review in README.fa.md
...
Co-authored-by: Mohammad Mahdi Samei <9259samei@gmail.com>
2022-05-11 11:54:14 +04:30
Motahhar Mokfi
1d1257e5ea
Merge branch 'master' of github.com:motahharm/rich
2022-05-11 11:02:40 +04:30
Motahhar Mokfi
7fc36ddb68
add other sections in README.fa.md
2022-05-11 11:00:55 +04:30
Motahhar Mokf
c5e0b13707
Apply suggestions from code review in README.fa.md
...
Co-authored-by: Mohammad Mahdi Samei <9259samei@gmail.com>
2022-05-11 10:42:52 +04:30