Carlos Parada

Results 229 issues of Carlos Parada

Sometimes I call a command and the output is piped into a pager, but I didn't want this (I might just want that to go into stdout). In those cases,...

Request: some way to print the current buffer to `stdout`, so I can insert micro into a pipe (`x | micro | y`) and edit the input before I pass...

How would I use Z4H with a package manager like `antidote`? I'm trying to write up my own zsh initialization script and like the z4h defaults for e.g. keybindings, but...

when I try to use Pacseek, it frequently crashes with error: ``` panic: runtime error: invalid memory address or nil pointer dereference ```

For example, if I look up `zsh`, I might get `zsh`, `zsh-autocomplete`, and `zsh-autocomplete-git` as options. This could be shortened by displaying it as: ``` zsh |-autocomplete |⅂-git ||-bin [...]...

**Describe the bug** The code errors when handling Klassy's window decorations. **To Reproduce** 1. Install Klassy 2. Launch kde-material-you-colors **Expected behavior** Complete with no errors. **Screenshots** If applicable, add screenshots...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:linux
area:tui

``` > kinfo libEGL warning: egl: failed to create dri2 screen Operating System: EndeavourOS KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.6-zen1-1-zen (64-bit) Graphics...

Zsh is not actually POSIX-compliant (e.g. it's missing word-splitting), even though it's close enough for maybe 95% of scripts.