You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build is currently blocked locally by the existing Docusaurus/Webpack ProgressPlugin option validation error under Node v24 before page content compilation. This is the same upstream environment issue seen on other docs changes; the new MDX page itself compiles and typechecks.
npx tscircuit docs/tutorials/esp32-module-schematic.mdx snippet compile is blocked in this environment because the downloaded CLI wrapper expects bun on PATH.
Transparency: authored and verified with AI assistance.
Still ready for review. CI, type-check, format-check, and Vercel preview are passing, and the branch is mergeable with maintainer edits enabled. Keeping this bounty claim active after the automatic stale marker.
Still ready for review after the latest automatic stale marker. The PR remains mergeable, with build, type-check, format-check, and Vercel preview passing. Maintainer edits are enabled if any wording or scope adjustments are preferred.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #47
Adds a schematic-only ESP32 module tutorial inspired by the archived bounty request for an ESP32 module circuit example.
What is included:
docs/tutorials/esp32-module-schematic.mdxCircuitPreviewVerification:
npm exec --yes prettier -- --check docs/tutorials/esp32-module-schematic.mdx@mdx-js/mdxnpm run typecheck -- --pretty falsegit diff --checkNotes:
npm run buildis currently blocked locally by the existing Docusaurus/Webpack ProgressPlugin option validation error under Node v24 before page content compilation. This is the same upstream environment issue seen on other docs changes; the new MDX page itself compiles and typechecks.npx tscircuit docs/tutorials/esp32-module-schematic.mdx snippet compileis blocked in this environment because the downloaded CLI wrapper expectsbunon PATH.Transparency: authored and verified with AI assistance.