Eric Dahlseng
Eric Dahlseng
Ah, yes, this is against 5.99.
I tried this again now that KiCad 6 is out, but it looks like it's still failing. I see what I think may be a new error line before the...
macOS. I think I saw in another issue comment that @Gasman2014 was also having issues with macOS. Interestingly, I think that earlier 5.99 versions of KiCad from a couple of...
I'm installing with [this method](https://github.com/edahlseng/homebrew-core/blob/master/Formula/kicad-diff.rb), which runs plotpcb under a virtual environment created from the KiCad bundled python. Here's what I get when running that command: ``` › plotpcb [board_name].kicad_pcb...
> Also, try this branch to see if it improves something for you. BUT FIRST, try to fix the command above. Your board is not [board_name] unless you are playing...
> Dude, focus, please, is it working or not? Does it help or not? What is the output of the command with the right board name? Please re-read my previous...
I have not yet, but I can! Do you have any pointers into this codebase on key lines that I could pull out into a minimally reproducible example to post?
Interesting! I didn't know that TypeScript had introduced custom plugins. Playing devil's advocate for a moment – What are the downsides of going with this TypeScript approach? I've only ever...
Ah, interesting... Thanks for explaining that! Doing some more research on TypeScript now I also see that the've closed a lot of the holes that existed when I looked at...
@andywer interesting, I just ran into a use case for a tool like type-reflect this past weekend! I'll give ts and type-reflect a try this week! It seems odd to...