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

kinds triggers bad argument to ipairs #60

Closed
jemag opened this issue Aug 19, 2024 · 6 comments
Closed

kinds triggers bad argument to ipairs #60

jemag opened this issue Aug 19, 2024 · 6 comments

Comments

@jemag
Copy link

jemag commented Aug 19, 2024

After building the manifests for an ArgoCD installation, if I run the :KustomizeListKinds in that buffer, I get the following error:
image
Where it seems the containsAnyOf function is expecting a table.

I took a subset of the generated yaml that should be able to reproduce the error. Please excuse the overly long yaml:
https://gist.github.com/jemag/b2cd757dfd84d1fd381cd62fa3613913

@Allaman
Copy link
Owner

Allaman commented Aug 20, 2024

Hello, I can't reproduce the error with the "minimal" 😉 not working example you provided
image

@jemag
Copy link
Author

jemag commented Aug 20, 2024

Interesting. I will make sure to reproduce with a minimal neovim config, just to be sure there isn't any weird interaction from other plugins. I'll update once I do

@Allaman
Copy link
Owner

Allaman commented Aug 20, 2024

If you have not your own, you could use this template (that I stole from Folke 😆 ) and run nvim -u minimal_init_lazy.lua

@Allaman
Copy link
Owner

Allaman commented Aug 29, 2024

@jemag meanwhile I stumbled over this bug too 😞

@Allaman
Copy link
Owner

Allaman commented Aug 29, 2024

A very strange bug. I don't understand why this did not occur earlier for me 😞 Should be solved now

@jemag
Copy link
Author

jemag commented Sep 3, 2024

Sorry for the long delay, was on vacation. Seems to be working great now, thank you!

@jemag jemag closed this as completed Sep 3, 2024
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