-
Mark cards you're working on in the second post of this issue.
If you can't check things off, leave a comment instead.
Once the card is committed, check off the card here to show that it's finished.…
-
Hi!
It could be related with #3394 but I think this is a new bug.
```
$ cat 1.xsh …
-
This 3 line script works in 0.8.4:
```
# xonsh --version
xonsh/0.8.4
# cat /tmp/test.bak
echo "test" | \
cat
print(1)
# xonsh /tmp/test.bak
test
1
```
but fails with syntax error i…
-
When I load xonsh-vox-tabcomplete with `xontrib load vox_tabcomplete`, fails with an assertion.
## xonfig
I'm not doing the loading via `.xonshrc`, but here it is in case it matters.
```
# X…
-
I'm using xonsh 0.6.8 in WSL (Ubuntu on Windows), and the following causes an error. Unsure if this is only on WSL as I won't have the chance to test on my KDE Neon install for a bit.
I set $XONSH_…
-
## xonfig
I'm using the latest Xonsh (0.9.23) installed on Mac OS with Homebrew, which just moved to Python 3.9.
My xonfig:
```
+------------------+-----------------+
| xonsh …
-
Hi everyone!
In my normal workflow I fork a repo and I clone that locally. In the case of my problem I also have write access to the main repository.
I tried to create a new version of the softw…
-
### What is the expected enhancement?
`dag_longest_path_length` presently does what it says on the tin: it computes the length of the longest chain of edges in the DAG. In applications, we often wa…
-
-
## xonfig
```+------------------+-----------------+
| xonsh | 0.6.0 |
| Python | 3.6.9 |
| PLY | 3.11 |
| have readlin…