# Seve - hello everyone, i need a maintainer to m... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1461081516955406468 Started: 2026-01-14T19:36:19.814000+00:00 Last activity: 2026-02-01T00:17:54.838000+00:00 ## techmannih — 2026-01-22T07:58:04.626000+00:00 okay should be use both name and displayName ## techmannih — 2026-01-22T16:51:16.446000+00:00 <@757706909351411845> https://github.com/tscircuit/core/pull/1848 ## techmannih — 2026-01-23T04:17:06.653000+00:00 <@757706909351411845> is it done or i need to add anywhere? https://linear.app/tscircuit/issue/TSC-327/implement-displayname-for-all-normal-components ## Seve — 2026-01-23T04:18:27.653000+00:00 test on tscircuit.com ## techmannih — 2026-01-23T05:18:27.528000+00:00 ??? Attachment: Screenshot_2026-01-23_10-35-00.png — https://community.tscircuit.com/media/1464127119561855049 ## techmannih — 2026-01-23T05:18:56.719000+00:00 after update the tscircuit in tscircuit.com ## Seve — 2026-01-23T05:19:15.453000+00:00 looks like bad dep verison for autorouter or something ## techmannih — 2026-01-23T05:27:35.833000+00:00 okay, need to update in core first? ## Seve — 2026-01-23T05:28:05.788000+00:00 update what? ## Seve — 2026-01-23T05:28:36.271000+00:00 make sure the autorouter version you're using in that project matches the one already in core. Use npm ls ## techmannih — 2026-01-23T05:29:38.200000+00:00 yep ## techmannih — 2026-01-23T07:06:48.694000+00:00 what is mfn? Attachment: Screenshot_2026-01-23_12-36-11.png — https://community.tscircuit.com/media/1464154387449647235 ## techmannih — 2026-01-23T07:06:54.273000+00:00 we never defined in props ## Seve — 2026-01-23T07:07:12.613000+00:00 manufacturer part number... ## techmannih — 2026-01-23T07:28:00.507000+00:00 yes but it not defined in props......do we need to add it, it give type error otherwise ## Seve — 2026-01-23T17:35:17.752000+00:00 yea we can add it! ## Seve — 2026-01-23T17:35:24.947000+00:00 it is a common shorthand ## techmannih — 2026-01-24T00:35:01.881000+00:00 https://github.com/tscircuit/props/pull/562 ## techmannih — 2026-01-24T00:42:38.908000+00:00 is it not in commonlayoutprops? ## Seve — 2026-01-24T00:42:49.420000+00:00 where is manufacturerPartNumber defined ## techmannih — 2026-01-24T00:43:27.824000+00:00 manufacturerPartNumber is using individually for all ## Seve — 2026-01-24T00:44:01.033000+00:00 why would we define them in separate locations. mpn/manufacturerPartNumber is not related to layout ## Seve — 2026-01-24T00:44:20.757000+00:00 honestly a bit disappointed because maintainers are supposed to be keep code quality high and it seems like you sort of just did something really hacky ## Seve — 2026-01-24T00:44:31.829000+00:00 but i'm glad you found the issue in the first place ig ## techmannih — 2026-01-24T00:46:05.046000+00:00 ahh sorry, i was add it individually but when you mentioned it is common, then added in commonlayout ## techmannih — 2026-01-24T00:58:10.358000+00:00 https://github.com/tscircuit/props/pull/563 ## Seve — 2026-01-24T00:58:42.023000+00:00 this is still the wrong location ## Seve — 2026-01-24T00:58:48.422000+00:00 are you reviewing your code before you request review? ## techmannih — 2026-01-24T01:05:06.649000+00:00 yes, but manufacturePartNo is also defined as same place for some component ## Seve — 2026-01-24T01:05:21.703000+00:00 add it as a common component prop, not a common layout prop ## techmannih — 2026-01-24T01:06:15.579000+00:00 😵‍💫 ## techmannih — 2026-01-24T01:08:11.770000+00:00 my bad, i was thinking all component inherit the CommonLayoutProps 😵‍💫 damm ## techmannih — 2026-01-24T01:20:45.241000+00:00 https://github.com/tscircuit/props/pull/564 ## techmannih — 2026-01-24T05:22:58.670000+00:00 number is missing in the component’s name when I convert the circuit-json to KiCad and check the schematic view. Attachment: Screenshot_2026-01-24_10-50-08.png — https://community.tscircuit.com/media/1464490644570378320 ## Seve — 2026-01-24T05:23:46.354000+00:00 Yea seems like a bug ## techmannih — 2026-01-24T05:24:08.049000+00:00 yep i try to fix it. ## techmannih — 2026-01-24T05:36:55.042000+00:00 https://github.com/tscircuit/circuit-json-to-kicad/pull/70 ## techmannih — 2026-01-24T06:49:44.088000+00:00 I was getting this issue when I was using https://circuit-json-to-kicad.com to convert Circuit JSON to KiCad and viewing the schematic, and after fixing it, I followed the same process and got the correct output, which is what I mentioned. ## Seve — 2026-01-24T06:50:07.984000+00:00 Create a repro and don't update unnecessary snapshots ## Seve — 2026-01-24T06:50:13.838000+00:00 you updated every snapshot in the project ## Seve — 2026-01-24T06:50:22.031000+00:00 don't even fix it right away- implement the repro first ## Seve — 2026-01-24T06:50:34.485000+00:00 just PR a test with the snapshot so that i can see the issue ## Seve — 2026-01-24T06:50:40.789000+00:00 you updated 100 snapshots unnecessarily ## techmannih — 2026-01-24T07:13:38.062000+00:00 yep due to BUN_UPDATE_SNAPSHOTS=1 ## techmannih — 2026-01-24T07:13:39.767000+00:00 https://github.com/tscircuit/circuit-json-to-kicad/pull/73 ## techmannih — 2026-01-24T07:13:50.906000+00:00 now fixed ## techmannih — 2026-01-24T07:25:09.682000+00:00 yes, i made a repro first and send you a pr after fix? is there something wrong? that is repro https://github.com/tscircuit/circuit-json-to-kicad/pull/71 ## Seve — 2026-01-24T07:26:44.288000+00:00 You merged without approval? Why? ## techmannih — 2026-01-24T07:28:03.524000+00:00 you said first make a repro then fix it. ## Seve — 2026-01-24T07:28:19.419000+00:00 Dont skip approval ## techmannih — 2026-01-24T07:28:42.519000+00:00 sure sorry for this time ## techmannih — 2026-01-24T08:00:54.534000+00:00 new issue for chip P1 Attachment: Screenshot_2026-01-24_13-27-36.png — https://community.tscircuit.com/media/1464530389329641669 ## techmannih — 2026-01-24T08:01:00.863000+00:00 https://github.com/tscircuit/circuit-json-to-kicad/pull/58/files ## techmannih — 2026-01-27T03:08:18.230000+00:00 <@757706909351411845> https://github.com/tscircuit/circuit-json-to-kicad/pull/82 https://github.com/tscircuit/core/pull/1865 ## Seve — 2026-01-27T03:15:30.485000+00:00 nice work on these <@1067854999889137715> ## techmannih — 2026-01-27T03:45:47.927000+00:00 some dep issue in the tscircuit.com. Idk why it is not updating. can you tell me how can i get proper dep update in tscircuit.com Attachment: Screenshot_2026-01-27_09-15-15.png — https://community.tscircuit.com/media/1465553352254296211 ## techmannih — 2026-01-27T03:46:09.306000+00:00 I don’t think so. We had already implemented maxVoltageRating / capacitance in the schematic view before 2 month ago i think, but it is still not showing on tscircuit.com. ## techmannih — 2026-01-27T05:13:05.761000+00:00 <@757706909351411845> ## techmannih — 2026-01-27T05:26:21.200000+00:00 [attachment] Attachment: Screenshot_2026-01-27_09-17-01.png — https://community.tscircuit.com/media/1465578657568395386 ## Seve — 2026-01-27T06:13:44.694000+00:00 I think u just have to install that dep ## techmannih — 2026-01-29T19:59:13.025000+00:00 seems like core issue? Attachment: Screenshot_2026-01-30_01-28-41.png — https://community.tscircuit.com/media/1466523096801349663 ## techmannih — 2026-01-29T20:29:10.839000+00:00 https://github.com/tscircuit/core/pull/1877 ## techmannih — 2026-01-29T20:48:38.950000+00:00 I try to changes the color of board then found it the background color always is black. look like a issue ???? Attachment: Screenshot_2026-01-30_02-17-24.png — https://community.tscircuit.com/media/1466535536587047053 ## techmannih — 2026-01-29T21:05:48.868000+00:00 this should be work like this Attachment: Screenshot_2026-01-30_02-35-15.png — https://community.tscircuit.com/media/1466539856761979032 ## techmannih — 2026-01-30T08:14:42.215000+00:00 <@757706909351411845> https://github.com/tscircuit/circuit-json/pull/447 ## techmannih — 2026-01-30T15:28:23.350000+00:00 is the @tscircuit/capacity-autorouter private repo? ## Seve — 2026-01-30T15:38:47.467000+00:00 no ## Seve — 2026-01-30T15:38:52.254000+00:00 it is tscircuit-autorouter ## techmannih — 2026-01-30T15:40:33.265000+00:00 displayname and manufacturepartno both work locally Attachment: Screenshot_2026-01-30_21-09-47.png — https://community.tscircuit.com/media/1466820390096474337 ## Seve — 2026-01-30T15:41:03.850000+00:00 maybe try to carefully reproduce the customer issue more? Maybe an issue with the group? ## techmannih — 2026-01-30T15:41:55.340000+00:00 yes i just copied which is give by him https://discord.com/channels/1233487248129921135/1437566965421047829/1466344901573742669 ## techmannih — 2026-01-30T15:47:14.105000+00:00 once can you check it. both are working well right now. i am using the code which is provide the customer https://tscircuit.com/editor?package_id=ebeb9aec-1c80-45e6-82e6-15613e34c3f6 ## techmannih — 2026-01-30T17:59:23.831000+00:00 <@757706909351411845> ## Seve — 2026-01-30T17:59:46.948000+00:00 can you communicate to the user that you couldn't reproduce and send them that link? ty ## techmannih — 2026-01-30T18:00:34.069000+00:00 Yes ## techmannih — 2026-01-30T18:01:58.935000+00:00 But this is reproduce ## Seve — 2026-01-30T18:02:31.050000+00:00 ah ok then fix it? ## Seve — 2026-01-30T18:02:36.889000+00:00 i'm confused ## techmannih — 2026-01-30T18:02:48.684000+00:00 It's fixed ## techmannih — 2026-01-30T18:03:05.758000+00:00 This is a link where both are working well ## Seve — 2026-01-30T18:03:38.327000+00:00 <@1067854999889137715> If it's working, then tell the customer you weren't able to reproduce their issue ## Seve — 2026-01-30T18:03:43.273000+00:00 if it's not working, then fix it ## Seve — 2026-01-30T18:03:45.595000+00:00 what is the issue? ## techmannih — 2026-01-31T02:42:23.763000+00:00 <@757706909351411845> The user wants the net label to use displayName instead of name when displayName is available. So we would need to define a clear priority, for example: manufacturerPartNumber > displayName > name, or displayName > manufacturerPartNumber > name What do you think—should we support this behavior? And if yes, which priority makes more sense? ## techmannih — 2026-01-31T02:42:45.957000+00:00 [attachment] Attachment: Screenshot_2026-01-31_08-12-13.png — https://community.tscircuit.com/media/1466987040917688574 ## techmannih — 2026-01-31T04:45:35.014000+00:00 <@757706909351411845> ## Seve — 2026-01-31T04:54:37.042000+00:00 What? Name and manufacturerPartNumber display in different locations ## Seve — 2026-01-31T04:54:42.572000+00:00 Not relevant ## techmannih — 2026-01-31T07:36:31.162000+00:00 No ## techmannih — 2026-01-31T07:37:12.954000+00:00 User want this ## Seve — 2026-01-31T17:37:54.236000+00:00 displayName is prefered over name, manufacturerPartNumber is put in a totally different place ## Seve — 2026-01-31T17:38:20.009000+00:00 also <@1067854999889137715> i'm literally going to derank you for your shitty short messages. Do not waste my time ## Seve — 2026-01-31T17:38:51.610000+00:00 i'm dead serious, wtf is this ## Seve — 2026-01-31T17:39:38.835000+00:00 explain yourself complete, in full sentences, with screenshots. This is the last warning. I don't have time for a million messages on such a simple concept ## Seve — 2026-01-31T17:46:42.401000+00:00 displayName is shown instead of name when provided. manufacturerPartNumber is shown in a different location ## Seve — 2026-01-31T17:47:02.465000+00:00 that is the intended behavior ## techmannih — 2026-02-01T00:08:13.406000+00:00 I know this "displayName is shown instead of name when provided. manufacturerPartNumber is shown in a different location". But the user desired something different. I was just asking you. do we need to support or not. The user wants the net label to use displayName instead of name when displayName is available. ## Seve — 2026-02-01T00:17:41.814000+00:00 Yes net labels can also have display names! ## Seve — 2026-02-01T00:17:54.838000+00:00 Thank you