-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index out of bounds #769
Comments
The output of
And then you do the pipeline and get this: ╭───┬──────────────┬──────────────────────────────────╮
│ # │ value │ description │
├───┼──────────────┼──────────────────────────────────┤
│ 0 │ comfortnoise │ RFC 3389 comfort noise generator │
│ 1 │ dds │ DirectDraw Surface image decoder │
│ 2 │ derf_dpcm │ DPCM Xilam DERF │
│ 3 │ sunrast │ Sun Rasterfile image │
╰───┴──────────────┴──────────────────────────────────╯ Seems normal to me, the issue isn't in the completer? |
What version of nushell are you running? I've seen this |
i think it might be this line here: reedline/src/menu/columnar_menu.rs Line 305 in 0698712
we could probably add a check there and if it fails we just dont style (looks like that can fail with some external completers) ill try to make a PR for this later today |
0.90.1 |
@RGBCube can you try 0.91.1 and see if it's still there? |
Yes, the problem persists. |
@maxomatic458 do you have time to look into fixing this or did I miss it already? |
Platform: Linux, NixOS
Terminal software: Ghostty
I get this when I do
ffmpeg -i RGBCube.gif -crf
, assuming ffmpeg is installed.Here is a recording, but it doesn't show the trace as it appears for a split second: https://asciinema.org/a/oO8bzFkNpKFd3aFVq7Bfatr2d
The .cast file has it, though.
Here is my completer config:
Everything is from nixpkgs unstable.
The text was updated successfully, but these errors were encountered: