Leandro Heck

Results 549 comments of Leandro Heck
trafficstars

Hm, I will have to check this closely. Do you mind sharing your project or perhaps share a sample project that emulates the same bad behavior?

Hi Nerade, thanks for the project. Last week I could not check this, but now I have more time. I ran kiri and it worked fine, at least I did...

Hi, Kiri don't care with the folder name.

You can easily solve this at your end by excluding these useless files with this command: ``` git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch path_to_file' HEAD ``` You just...

They are useless for Kiri. Please, do what I say, then you would be able to run kiri without any interference.

> Have you managed to reproduce this issue on your side with the sample project? No, I could not reproduce your issue with the given sample project. I can improve...

It is currently this way to support projects that were renamed. however it can be improved, it will need an useful use case so I can implement this in a...

Hey guys. I pushed a change to improve this. You can now exclude project files using some patterns. For instance ``` kiri -e "panel" ``` Is going to exclude kicad_pro...

@Nerade , @milesvp could you guys check if this works for you guys? Thanks.