Andy Kipp
Andy Kipp
Just see in log JupyterLab: ```xsh /opt/homebrew/lib/python3.11/site-packages/xonsh_jupyter/kernel.py:21: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops. from zmq.eventloop import ioloop, zmqstream /opt/homebrew/lib/python3.11/site-packages/tornado/ioloop.py:265: DeprecationWarning:...
I've created this issue to save the comment with the links where we can promote xonsh for Jupyter community - [jupyterlab/jupyterlab#14147](https://github.com/jupyterlab/jupyterlab/pull/14147#issuecomment-1464912799): >You are absolutely welcome to (in order of recommendation):...
Hi! Great xontrib! To increase security: 1. Save md5 hash and approval date of .autoxsh file with the path 2. Check md5 hash before running 3. If there is mismatch...
### Motivation Development tools like PyCharm send SIGINT before SIGKILL in case of reload app. Saving history on SIGINT is the last chance to save history in this case. I...
### Motivation There is no way to access to the CommandPipeline of executed command in uncaptured mode. This causes: * No chance to get return code in one universal way....
```xsh xonsh --no-rc -st prompt_toolkit # Press Ctrl+C and hold. # ^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C Traceback (most recent call last): File "/Users/pc/git/xonsh/xonsh/main.py", line 492, in main sys.exit(main_xonsh(args)) ^^^^^^^^^^^^^^^^ File "/Users/pc/git/xonsh/xonsh/main.py", line 538, in...
TODO: [ ] Test proc.threadable [ ] Docs ### Before ```xsh __xonsh__.commands_cache.threadable_predictors['ssh'] = lambda *a, **kw: True !(ssh host -T "echo 1") ``` ### After ```xsh !(threadable ssh host -T...
### Before ```xsh xonsh --no-rc f = p'/tmp/file.tmp' echo 'abc' > @(f) # returns error: xonsh: ['/tmp/file.tmp']: unable to open file ``` ### After ```xsh xonsh --no-rc f = p'/tmp/file.tmp'...
This is metaissue for list of tasks on refactoring. After #5361 I see we need to refactor jobs.py code: * Make singleton class like `xonsh.built_ins.XSH` * Maybe: add jobs as...
Examples to start: * https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.bash * https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.zsh * https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.xsh **For community:** ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**