Josiah Outram Halstead
Josiah Outram Halstead
## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...
Hello, When using `rich` in [`euporie`](https://github.com/joouha/euporie) (a terminal Jupyter notebook client), `rich` detects that it is running in a Jupyter notebook and not running in a TTY, and so returns...
It would be nice if vhs supported terminal graphics (i.e. sixel / kitty / iterm2 graphics protocols).
I'd be grateful if you could add my project, [euporie](https://github.com/joouha/euporie) to your awesome list. It would probably fit well in the **[Runtimes/Frontends](https://github.com/markusschanta/awesome-jupyter#runtimesfrontends)** section. Thank you
Hi, I'm getting this `NoneType` releated error when using recent `aenum` releases with PyPy: ```bash $ pypy3 -m pip install -qqq aenum==3.1.12 && pypy3 -c 'import aenum' $ pypy3 -m...
Just some minor spelling corrections for you :-)
I've received several reports from users where a Python kernel fails to launch when started by a Jupyter client running in a virtual environment (e.g. https://github.com/joouha/euporie/issues/25, https://github.com/joouha/euporie/issues/75), and I've tracked...
### What happened? Hello, When reflecting a duckdb column with an enum datatype, are the enum's values supposed to get populated in the column's type? If I create a table...
Previously it used to be possible to create arbitrary `UPath` subclasses like this: ```python from upath import UPath from upath.registry import register_implementation class MyPath(UPath): def exists(self): return True register_implementation("my", MyPath)...
Hello This PR fixes an issue where an empty first cell in a table results in markdown tables which do parse properly. For example: ```html b cd ``` results in...