Andy Kipp
Andy Kipp
First try: ```xsh xonsh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ cargo install --features=ssl --git https://github.com/RustPython/RustPython $PATH.append(p'~/.cargo/bin') #rustpython -m site # to get locations rustpython --install-pip rustpython...
I've tested xonsh just like ssh login shell using [xxh-dev](https://github.com/xxh/xxh-dev) and it works fine. The question is how to repeat this with emacs. How to make local test environment for...
@certik, the #3459 could be interesting to you for xonsh/minixonsh project.
After working on some performance improvements in xonsh 0.17.0 and 0.18.0 I'm going to close this with some notes: * First of all any python code (xonsh written in python)...
Thanks for sharing the link!
Every assumption on what xonsh should do and what should not must be proven by debugging and writing tests. Otherwise we will work on "prewarms", "rewrites" and boring talks instead...
@jnoortheen please take a look. (autoload feature thread - #3275)
Basically we're using [sphinx](https://www.sphinx-doc.org/en/master/index.html) and [internationalization is possible](https://www.sphinx-doc.org/en/master/usage/advanced/intl.html). Read more in [Xonsh Developer’s Guide](https://xon.sh/devguide.html#auto-documentation-hooks). PR is welcome! The alternative way to the fastest start is to fork and translate the...
I'm going to close this as upstream issue. As workaround you can switch to `readline` terminal i.e. `xonsh -st readline`.
I've found a way how to build static linked binary portable python app using Nuitka. Docker example you can find in https://github.com/xxh/xxh-portable . The main feature is avoiding using glibc...