-
Hi @r-ryantm ,
Could you please update the `xonsh` shell to `0.8.0` ? I think as of now it's quite outdated.
-
Exiting xonsh 0.8.0 I get this, when I have `z` loaded:
```bash
$ exit
/Users/klay6683/miniconda3/lib/python3.6/site-packages/xonsh/__amalgam__.py:21808: DeprecationWarning: __xonsh_env__ has b…
-
In setVertexAttributes module you get this error if you have any prototype modifications to Array type.
E.g. I added isArray=true and other helper methods used throughout our project to Array.prototy…
-
AFAICT `metis` has no blocking dependencies, yet there is no compiler rebuild PR. Any ideas why?
xref: https://github.com/conda-forge/metis-feedstock/issues/17
-
Hi,
Apparently .safariextz style extensions are deprecated (but still operable) in the upcoming Safari 12, and 12 is 'the last release to support them', so either Safari 13 or possibly 12.1(?) will…
filbo updated
4 years ago
-
A useful plugin for Zshell was that if a command took a certain amount of time to run, at the very end, it would print out a timer showing how long it took.
With xonsh's rich history, I think this…
-
Hello,
I have the following error executing xonsh:
```
C:\MyPrograms\Anaconda\lib\site-packages\win_unicode_console\__init__.py:31: RuntimeWarning: sys.stdin.encoding == 'utf-8', whereas sys.…
-
Trying to tab-complete after the expression: `(sys.` at my console fails (traceback below). Trying to tab-complete `sys.` works fine.
This gist contains my xonfig, the session JSON (including env) …
-
Hi,
I report this here rather than sending a personal email since several people could be interested to comment.
Basically, the documentation provided is quite general. It would desirable to have a…
-
if the preprocessor flags _CRT_SECURE_NO_WARNINGS and HAVE_ROUND are set for a Microsoft Visual C build this will reduce the number of compile time warnings.
In my tests with _CRT_SECURE_NO_WARNINGS …