Chris Morgan

Results 252 comments of Chris Morgan

@Bouni I take it you are running on windows? How are you able to see and debug the plugin from when kicad is running? I'm at the point where I've...

And the upstream add for windows was merged, https://gitlab.com/kicad/code/kicad/-/merge_requests/1671

Are you using my branch and the SQLite file from my GitHub location? Agree that sometimes it takes a moment to finish the query. Let me try the part you...

@Bouni alright, this should improve search behavior a bit. Can you give it another run? The empty search is an interesting case. The time it takes to search is due...

@Bouni yeah maybe we skip unless keyword is populated or unless part number is populated. Let me add some logic there for that and look at the other two search...

@Bouni alright, this should be ready for another test run if you'd entertain one. You'll need to make sure you pull an updated parts.db from my GitHub.

You saw the commits in the PR??? I’d love to say I figured it all out from the source code but the manual was helpful. :-) Are there columns we...

@whmountains interedted in testing it out and providing feedback? It looks like I need to rebase and repush but I’m hosting the fts5 db on my GitHub so it should...

@Bouni don't feel obligated to merge. I did fix a number of performance issues, and introduced a few other changes that trimmed some off the database size. There are however...

@whmountains spent the evening cleaning up #394 and plan to get to rebasing this one tomorrow. Will msg when its updated.