Andy Kipp
Andy Kipp
We can import and run function using xonsh inline import: ```xsh __xonsh__.imp.sys.path.append('/tmp') __xonsh__.imp.datetime.datetime.now() __xonsh__.imp.json.loads('{"hello":"json"}') ``` So we need a [completer](https://github.com/xonsh/xonsh/blob/main/xonsh/completer.py) for `__xonsh__.imp.....` ## For community ⬇️ **Please click the 👍...
- [ ] To prevent issues like https://github.com/xonsh/xonsh/issues/5809 in general we need to treat the completers which returns the list of empty lines like return None. Start point is [here](https://github.com/xonsh/xonsh/blob/bb75a5a53ba6b5e4ed60ae88839283075e9f47dc/xonsh/completer.py#L312)....
I think we need to consider the issues around shadowing and find the way to solve it may be on parser side. ### Examples * functions * `id` (#3508) *...
I've noticed sometimes command is not highlighted: ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
I found this during work on https://github.com/xonsh/xonsh/pull/5769. It looks like endless recursion in signals between thread and process. ```xsh $XONSH_SHOW_TRACEBACK = True cd /tmp echo 'sleep 1111' > 1.xsh !(./1.xsh)...
_Originally posted by @kbauer in https://github.com/xonsh/xonsh/issues/5476#issuecomment-2564715067_ Possible regression on this one in xonsh 0.19 or incomplete fix: When executing the "where" and "which" commands (the latter via the "coreutils" xontrib)...
When we're talking about xonsh shell types (the components that connect terminal and xonsh core) we're using term 'xonsh shell' or 'shell type' e.g. prompt-toolkit shell, readline shell, run `xonsh...
Hello! Thank you for the new interesting project! I just want to let you know about [🚀 Upterm](https://github.com/railsware/upterm) — really great proof of concept but it stopped because maintainer was...
Based on [kitty's website logo](https://sw.kovidgoyal.net/kitty/) I've made the social preview for xontrib-kitty that's awesome: @scopatz please open https://github.com/scopatz/xontrib-kitty/settings and set Social preview: After this the xontrib will have a preview...
subj