Szymon Jakubczak
Szymon Jakubczak
A dynamic plugin system would make the server even more versatile. Instead of having a fixed set of commands, the client could instruct the browser to execute any Javascript thus...
The documentation could be much improved. Especially the user instructions.
This fixes issue #49.
Currently `\b` is not allowed to go back up a line. This breaks editing of wrapped lines as well as all sorts of progress-bar-like displays which use `\b` to position...
*What is your setup and what steps did you do?* ``` pip install pytest-testmon==2.1.1 pytest-xdist==3.6.1 pytest -n2 --testmon ``` *What was the outcome*? ``` initialized: 2/2 workersINTERNALERROR> Traceback (most recent...
*What is your setup and what steps did you do?* The easiest way to reproduce is to run `pytest --testmon` in an environment that has: pytest==8.2.2 pytest-mock==3.14.0 pytest-testmon==2.1.1 I tried...
**Describe the bug** TextLog rendering scales linearly with recorded text log size making it impossible to inspect very large logs. **To Reproduce** Preamble: ```py import rerun as rr rr.init("largelog") rr.connect("127.0.0.1:9876")...