Skip to content
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

Winget completions does not work on too large number of rows #923

Open
TechWatching opened this issue Jul 27, 2024 · 1 comment
Open

Winget completions does not work on too large number of rows #923

TechWatching opened this issue Jul 27, 2024 · 1 comment

Comments

@TechWatching
Copy link
Contributor

I am using winget completions. It is working perfectly fine on one of my laptop but is showing the following error when doing a winget list on another laptop.

image

Nushell version : 0.96
Nu_scripts version : commit 54546c8

@fdncred
Copy link
Collaborator

fdncred commented Jul 27, 2024

I'm not surprised. I don't believe the winget completions have been updated in a while. It's odd that they would work differently on one system than the other. One guess is that a collect may be needed before the parse to ensure data is getting passed through the pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants