tscircuit

T

tscircuit

The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.

Join

projects

contributor

support

imadethis

Seve - Anyone- I'm pretty sure that saving is b...

Anyone- I'm pretty sure that saving is broken on tscircuit.com

Mustafa7 - @Seve How should we handle big prs i...

@Seve How should we handle big prs in the contribution-tracker(eg: my pr for the offset fix in symbols repo did not count). Should we take only the diff that AI can take(limits) and then analyze it? Can you suggest me an approach...

DOPΣ - umm what todo here, in cli, its passing ...

umm what todo here, in cli, its passing url like that, unlike runframe
No description

Seve - Rishabh has mostly figured out how to ge...

Rishabh has mostly figured out how to get the automerge pipeline working, so by sometime next week there should be a lot more auto-updating happening. It requires a lot of config because there are new workflows and repo-configuration that can only be done by admins (we're using a github built-in automerge feature), but it's coming soon

shibo - playwright tests failing and I get this...

playwright tests failing and I get this error in the fake-server:
Error: Invalid author/package/release URL
at handleReleasePreview (file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:239:11)
at handler (file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:294:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:12644:11
Error: Invalid author/package/release URL
at handleReleasePreview (file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:239:11)
at handler (file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:294:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///Users/shibo/tscircuit/tscircuit.com/node_modules/.vite-temp/vite.config.ts.timestamp-1758825409785-85daf9d015e73.mjs:12644:11
...

kavita - I've noticed that almost all the repos...

I've noticed that almost all the repositories seem interconnected. Could you provide an overview of how the TSCircuit repositories are linked? I'm also curious about the role of the core repository – is it the central/main repo?

DOPΣ - You mean to rename base config to defaul...

You mean to rename base config to default config Or Make this kicad loader as default with eval, (might bundle kicad converter?) @Seve...
No description

nailoo - Hey @Rishabh have you completed this i...

Hey @Rishabh have you completed this issue (Implement the “Automerge Pipeline”)? If not, could I pick up part of it and we collaborate together? https://github.com/tscircuit/tscircuit/issues/803...

DOPΣ - i wanna conitnue my work on this, can u...

i wanna conitnue my work on this, can u tell me status and roadmap left? https://github.com/tscircuit/tscircuit/issues/768 @Seve...

Seve - interesting, the server is constantly ge...

interesting, the server is constantly getting DDOS'd by the 3d.png endpoint, it's probably the main reason for server slowness (CC @DOPΣ @Rishabh @shibo ) Couple things we can do: - Move the 3d image generation to the usercode server (best, NO COMPUTATION on the API!!!!) - Improve performance of 3d renderer (it shouldn't be this intense to run, it's not scalable)...
No description

Seve - I literally can't save files on the webs...

I literally can't save files on the website rn CC @Rishabh @DOPΣ
No description

Abse - @Seve can I add outline builder to spark...

@Seve can I add outline builder to sparkfun repo it will help in alot of boards

Seve - STRAW AUTOROUTING BUG 🧵 CC @i use arch...

STRAW AUTOROUTING BUG 🧵 CC @i use arch btw.

Seve - starting kicad export support today 😮 t...

starting kicad export support today 😮 there will probably be quite a few bounties!

Seve - @Abse this isn't working on prod, it's b...

@Abse this isn't working on prod, it's been there a long time, I don't think we should ship broken features- we need to decide if we're going to remove this or fix it
No description

Mustafa7 - @Seve for this issue: https://github...

@Seve for this issue: https://github.com/tscircuit/tscircuit/issues/789 I did some research in schematic-symbols repo and this is the output: the blue lines/traces connects to the port center, that is why there is a gap....
No description

Rishabh - @DOPΣ When I rename the package in ts...

@DOPΣ When I rename the package in tscircuit.com, the changes made which weren't being saved vanishes. Take a look at this