tscircuit
The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.
Jointscircuit
The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.
JoinSeve - Anyone- I'm pretty sure that saving is b...
Mustafa7 - @Seve How should we handle big prs i...
DOPΣ - umm what todo here, in cli, its passing ...

Seve - Rishabh has mostly figured out how to ge...
shibo - playwright tests failing and I get this...
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...
DOPΣ - You mean to rename base config to defaul...

nailoo - Hey @Rishabh have you completed this i...
DOPΣ - i wanna conitnue my work on this, can u...
Seve - interesting, the server is constantly ge...
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)...
Seve - I literally can't save files on the webs...

Abse - @Seve can I add outline builder to spark...
Seve - starting kicad export support today 😮 t...
Seve - @Abse this isn't working on prod, it's b...

Mustafa7 - @Seve for this issue: https://github...
schematic-symbols
repo and this is the output:
the blue lines/traces connects to the port center, that is why there is a gap....
Rishabh - @DOPΣ When I rename the package in ts...