-
Hi,
After upgrading xonsh this morning (version https://github.com/xonsh/xonsh/commit/aca294b86cce5275ce77761c38ac1cf50cefd3e8), powerline is not working any longer. Here is the trackeback of the…
-
This is both a feature request and a bug report, but the two are so directly related that I figured they should be included together.
Note that although the xontrib `avox` is mentioned here, the und…
-
i have installed Xonsh on my fresh NixOS install but wondering if there is any special instruction to be followed for Xonsh, Xontribs and its ecosystem.
-
Hello!
I'm getting an infinite recursion error when using the following overlay:
```nix
{
pkgs ? (import {}),
lib ? (import {}).lib,
mach-nix ? (import (builtins.fetchGit {
url …
-
_(originally from https://github.com/nextstrain/augur/issues/1125)_
## Description
I'm aware that using `mamba-version` is an experimental feature, and some instability can be expected.
Howev…
-
Maintain a Frecency (, LRU, LFU) of viewed and edited notes.
Offer a way to view (and/or include in filtering/searches).
## Resources
* https://en.m.wikipedia.org/wiki/Frecency
* https://g…
-
## xonfig
```
+------------------+----------------------+
| xonsh | 0.9.24 |
| Git SHA | 74543ea9 |
| Commit Date | Oct 10 15:12:47 …
-
## xonfig
Clean install (inside a temp virtualenv), started as `xonsh --no-rc`
```
$ xonfig
+------------------+----------------------+
| xonsh | 0.9.13.dev1 |
| Git …
-
This took me a shamefully long time to understand, mostly due to the
combination of the docs being organized somewhat *in a strange order*
(in my humble opinion) as well as reading through a bunch o…
-
When `fzf` is not in `PATH` I get and I press Ctrl+R with `xontrib-fzf-widgets` enabled, I get:
```
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
TypeError: error() takes 0 position…