-
BPO | [20779](https://bugs.python.org/issue20779)
--- | :---
Nosy | @pitrou, @vajrasky, @sedrubal, @eamanu, @y0urself
PRs | python/cpython#31212
Files | [add_chown_to_pathlib.patch](https://bugs.pytho…
-
## xonfig
```
$ xonfig
+------------------+---------------------+
| xonsh | 0.8.12 |
| Git SHA | 9c3a28e0 |
| Commit Date | May 6 13:53:11 2019…
Ad115 updated
5 months ago
-
After merging #5377 I remember about old proposal. I'm not remember the author but It's interesting idea.
It will be cool to have an ability to create transformer of captured output:
```xsh
json …
-
I really like the fact that our modules are mostly shell scripts, as that is the most straightforward way of automating customizations on any Linux system. Even solutions that are not shell-script nat…
-
I'm looking for something like "python -m pdb" or "bash -x" but didn't find it in the docs.
-
The `FSURDATMODIFYCTSM` test fails for me on Cheyenne, with `cs.status` saying `SHAREDLIB_BUILD failed to initialize`. Looking at the log, there's a problem using `conda activate` (full error message …
-
This is a more general issue that I want to discuss with you guys. I really like the idea of xonsh. Awesome job. I wanted to do something similar with parso[1], but then realized that it already exist…
-
When foreign shell code is sourced, xonsh creates xonsh aliases for the aliases and functions that code creates and these xonsh aliases call the foreign code with the `subprocess` module. One result o…
-
It was not clear to me what to do with stuff that normally goes into _.profile_ or _.bash_profile_ as the documentation doesn't cover this. I now found https://github.com/xonsh/xonsh/issues/4096#issue…
-
Hi! Thank you very much for the JupyterLab!
The [xonsh shell](https://xon.sh/) has the [kernel for Jupyter Notebook](https://github.com/xonsh/xonsh/blob/main/xonsh/jupyter_kernel.py). It works perf…