-
Hi! We are the champions my snail! And we'll keep our conch till the end!
I've made some experiments to understand why empty xonsh has around 0.4s to boot on Ubuntu 20:
```python
cd /tmp
echo '$…
-
It seems that `__amalgam__.py` and parser tables are not installed when running `pip install .`. The old `python setup.py install` does the right thing.
Pip does create the "`__amalgam__.py`" file…
-
## xonfig
```
+------------------+-----------------+
| xonsh | 0.9.20 |
| Python | 3.8.5 |
| PLY | 3.11 |
| have readl…
-
I recently updated to the latest version of xonsh and also installed a bespoke branch of ptk2. When I did, I started getting the error on startup:
```
~ $ Exception in thread Thread-10:
Traceback…
-
**LS Version**
2.21
**Describe the bug**
The Clockwork display is showing on the LOTD Checklist in the MCM as all but two of them items have been collected on a brand new game. No effort made to …
-
Hello!
I am using the Pro Git book to learn more about Git. First of all, thank you for this amazing source of information!
On page 102, in Figure 46 (upper figure), in the "The Perils of Rebasi…
-
Tab-completing environment variables (beginning with a "$", e.g. $XONSH_COLOR_STYLE) raises the exception reproduced below.
## xonfig
```
+------------------+---------------------+
| xonsh…
-
Hello! Thank you for the great shell!
When I try to run some invalid code like that for just experiment:
```
ls | @(lambda a,p: [s for s in p.readline()])
```
The error kicks me out out of xons…
-
The source code in its entirety should be available to encourage forks and community development; it is difficult to work with a single giant code file.
-
In PR #1163, a discussion ensued about padding. By default, padding is not needed. The documentation claims it is. Either the defaults should change, or the documentation. Maybe both :-)
From the d…