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

DOPΣ - like this?ts let targetOrgGithubHandle...

like this?
let targetOrgGithubHandle = name ? name.split("/")[0] : ctx.auth.github_username
let targetOrgGithubHandle = name ? name.split("/")[0] : ctx.auth.github_username
name is even inffered from ctx if not present...
No description

DOPΣ - Fixed: test() and afterAll() are no long...

Fixed: test() and afterAll() are no longer allowed inside another test() callback. Previously, inner test callbacks were simply ignored. Bun will now throw an error instead of silently failing or producing unexpected behavio so change afterall, or wrap all tests in describe?...

DOPΣ - what this scenario? like u wanna know if...

what this scenario? like u wanna know if ediitng pkg and has unsaved changes, and we try to navigate, it wont allow what else?...
No description

Seve - bun is failing to install from the bun C...

bun is failing to install from the bun CDN, CC @Mustafa7 probably going to cause lots of workflows to fail

Seve - oh shit we need to do hackobterfest stuf...

oh shit we need to do hackobterfest stuff right

DOPΣ - @Seve could you confirm if this implemen...

@Seve could you confirm if this implementation spec is right? So I can further modify the frontend and later on prod api https://github.com/tscircuit/tscircuit.com/pull/1734...

Seve - We are now serving every footprinter mod...

We are now serving every footprinter model as a .glb from the tscircuit modelcdn https://modelcdn.tscircuit.com/jscad_models/soic8.html
No description

Seve - Phew the initial version of kicadts, whi...

Phew the initial version of kicadts, which is a typescript binding to kicad, is released. There is still a LOT of work to be done, but I believe that this module is set up to be a really good, typesafe foundation for interacting with kicad https://github.com/tscircuit/kicadts

Seve - Our test suites are breaking everywhere ...

Our test suites are breaking everywhere because of a breaking change in bun 1.2.23
No description

Seve - @shibo I think I know what we need to do...

@shibo I think I know what we need to do on the spice side. It took me a while to figure out but we need to run the spice simulation inside of core with a "plugin" SPICE engine so that we don't need to bundle any WASM. Just going to jot some thoughts: - We need to introduce simulation_* circuit json properties - Each simulation_* has a simulation_experiment_id, there is stuff like simulation_voltage_graph and simulation_current_graph (tbd exact names, but these are probably ok to start) - Each <simulation> tag in tsx defines a separate experiment...
No description

Seve - We can now use test.failing(“…”, …) for ...

We can now use test.failing(“…”, …) for repros!
No description

Seve - LEAK: I built a new 3d renderer from scr...

LEAK: I built a new 3d renderer from scratch. Coming soon
No description

Seve - Recorded 20 videos today explaining vari...

Recorded ~20 videos today explaining various repos and the autorouter 😮 Repos now often have a "Contributor Getting Started Video" listed in the README, and the autorouter has a dedicated markdown file containing links to videos explaining each phase: https://github.com/tscircuit/tscircuit-autorouter/blob/main/docs/blog-post/blog-post.md

DOPΣ - Should peeps can manage org should also ...

Should peeps can manage org should also able to manage child packages operations? Like the. What they can do respective to important file compinent...
No description

DOPΣ - @Seve how can user create pkg under org?...

@Seve how can user create pkg under org? i mean ui steps and any preffered api spec...

Techmannih - @Rishabh can you take a look at t...

@Rishabh can you take a look at this PR once. What's going wrong in it. Getting an issue in calculating the knockout rectangle width with respect to text.