-
Notifications
You must be signed in to change notification settings - Fork 35
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
Implement pcbOffsetX and pcbOffsetY in <board /> #485
Conversation
Size ReportBundle Size
Install Size
Full Howfat Output (PR Branch)
|
Size ReportBundle Size
Install Size
Full Howfat Output (PR Branch)
|
outline?: Point[] | ||
} | ||
type PcbBoardWithOffsets = PcbBoard & { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outline?: Point[] | |
} | |
type PcbBoardWithOffsets = PcbBoard & { | |
outline?: Point[] |
btw this file is supposed to be replaced with tscircuit plop (npm install -g @tscircuit/plop then run plop)
> & { | ||
pcbOffsetX: number | ||
pcbOffsetY: number | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nooooo no other files do this, why would you do this pattern?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no test, and a bunch of irrelevant changes,
@techmannih read over your work, make sure there aren't irrelevant changes, check the patterns and always start by writing a test that makes sure YOU understand what you're supposed to be implementing
with no test it's not worth requesting a review. I've seen a couple of these at this point from you and it takes up my time, this one is really really bad though. Why wouldn't you write a test? Write a snapshot PCB test, that will demonstrate to you that it doesn't work.
fixes #484
/claim #484