mingmingrr

Results 7 issues of mingmingrr

Fish 3.1 added `$pipestatus`, which should be preferable over `$status` in `--last-pipe-status`. Fish 3.0 added `$fish_pid`, which should be preferable over `(random)` in `--renderer_arg=client_id`. Older versions of fish can fall...

t:enhancement
c:e:shell

From [Python documentation](https://docs.python.org/3/library/exceptions.html#BaseException): > _exception_ **BaseException** > The base class for all built-in exceptions. It is not meant to be directly inherited by user-defined classes (for that, use Exception).

#### ISSUE TYPE - Improvement/feature implementation - (minor) Breaking changes #### RUNTIME ENVIRONMENT - Operating system and version: NixOS 24.05 - Terminal emulator and version: WezTerm 20230712-072601-f4abf8fd - Python version:...

needs-opinions

#### ISSUE TYPE - Bug fix #### RUNTIME ENVIRONMENT - Operating system and version: NixOS 24 - Terminal emulator and version: WezTerm 20230712-072601-f4abf8fd - Python version: 2.6.9 - Ranger version/commit:...

bug

Any aliases that are python functions has a seemingly random chance of causing Xonsh to exit, if they are used at the ends of pipes inside subprocesses. ## xonfig ```...

threading
aliases
priority-medium

### Problem Description [SideBorderDecoration](https://github.com/xmonad/xmonad-contrib/blob/7185b28e09cef33fe6ede3553623438fe0835826/XMonad/Layout/SideBorderDecoration.hs) only displays decoration borders when the requested size is small enough, and the active/inactive color settings have no effect from not being displayed. It would be...

The current matrix of os + platform_id with a bunch of excludes is replaced with a list of objects. A similar set of changes was tested in my pyrsistent-extras library:...