Wouter Overmeire

Results 8 comments of Wouter Overmeire

My idea was to have it for each module.

I get a similar exception for ipython 2.0.0 (running the notebook), python 2.7.5 ``` python Traceback (most recent call last): File "/bin/bipython", line 9, in load_entry_point('bipython==0.1.2', 'console_scripts', 'bipython')() File "/lib/python2.7/site-packages/bipython/__init__.py",...

Besides the code itself see also [pystdf - Tutorial.wiki](https://code.google.com/archive/p/pystdf/wikis/Tutorial.wiki).

```python import pytest @pytest.mark.parametrize("a", range(1000, 1002)) @pytest.mark.parametrize("b", range(2000, 2002)) def test_with_a_very_long_name(tmp_path, a, b): print(tmp_path) ``` When running this the truncation is shown. ``` > pytest -sv test_issue10949.py::test_with_a_very_long_name[2000-1000] /tmp/pytest-of-wo904355/pytest-29/test_with_a_very_long_name_2000 PASSED test_issue10949.py::test_with_a_very_long_name[2000-1001]...

``` ❯ cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" ``` ``` ❯ gnome-terminal --version #...

tmux is what i use. Below is the result of the two experiments (using saul.pw/VisiData v3.0.2). ### xterm export TERM=xterm-256color ![image](https://github.com/user-attachments/assets/28307247-94e4-4bfe-bf79-90a58e85c2af) ### gnome-terminal export TERM=gnome-256color ![image](https://github.com/user-attachments/assets/5cc4241c-5864-43f2-abc0-fb2c196c37ee)

After upgrading tmux to version 3.4, rendering is ok with visidata 3.0.2. The older tmux version i was using was version 3.1b.