Trent
Trent
Hey @roboserg thank you for taking the time to report this. Unfortunately I don't have access to a win11 machine to test. Could you please attempt to start the program...
implemented with `-a` CLI flag
It got removed in https://github.com/tbillington/kondo/commit/7e76b65c472202fb2141177ae55ec95c7222e0cc, so the -a referenced in this issue is a different flag to the one that currently exists. I do think it's something that should exist...
That doesn't sound good! Which OS are you on? Also, does it find the project when you supply a path of a project as an argument?
If you'd like to have a crack at debugging it, you can put this statement in between these two lines then run from root of kondo `cargo run -- ~`...
Hey! Thank you for the pull request 🎉 , I'll have a look at it when I get a chance this week.
Hmm I might have a think about this, it moves all the work to the first loop of the iteration, I wonder if there's another way to achieve it. I...
Neat :) I'd recommend looking for inspiration in ripgrep (https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore). It does parallel file searching without requiring an entire async runtime and gets better performance for it. Not sure how...
Ah that's interesting, I didn't know that!
I run into that even on this project :) the `kondo-ui` subdirectory is not part of the workspace so it has it's own target directory, which is skipped because it's...