-
I can't execute xonsh scripts anymore as I get an `OSError: [WinError 193] %1 is not a valid Win32 application` since version 0.11.0 due to this [PR](https://github.com/xonsh/xonsh/pull/4077)
If I …
-
I'm not totally clear on the trigger conditions here, but the xonsh built-in commands that are unthreadable (xonfig, source, trace, fg) hang when piped to or from. However callable aliases that I've d…
-
https://github.com/All-Hands-AI/OpenHands/issues/2178 Issue
---
@x66ccff Could you provide the logs?
-
I just wanted to mention the [xonsh](https://xon.sh) shell ([tutorial](http://xon.sh/tutorial.html)) to you guys because it seems like it might be the perfect way to use and integrate sacred. This is …
-
## xonfig
```
$ xonfig
+------------------+-----------------+
| xonsh | 0.15.1 |
| Python | 3.11.2 |
| PLY | 3.11 |
…
-
Trying to load the current release `0.3.0` gives the following backtrace:
```xsh
Traceback (most recent call last):
File "/nix/store/s9j7pykxfj880hf4yslgslclj6f58c0v-xonsh-0.17.0/lib/python3.11…
-
When `xontrib load direnv` is in `~/.xonshrc`, `xonsh` command executed in xonsh shell immediately becomes a background job. When `$XONSH_DEBUG = 1` is set, the nested xonsh can launch, but with the f…
-
``` python
SESSION_START_CONTEXT = locals()
def diffContext(args, stdin=None):
from builtins import __xonsh_ctx__
curr_ctx = {k:v for k,v in __xonsh_ctx__.items() if k is not '__name__'}
…
-
I'm mounting samba shares in my laptop and if the server becomes unreachable and I try to unmount them from xonsh it's really confusing and hard because **while I'm typing** commands that contain the …
-
After updating Python to 3.12, this xontrib no longer loads.
```
xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE =
Traceback (most recent call last):
File "/nix/store/qvs…