Skip to content

Fix SVG D1 inserts and add commenting guidelines#2

Merged
furelid merged 3 commits into
copilot/fix-plugin-auto-mounting-issue-758from
main
May 8, 2026
Merged

Fix SVG D1 inserts and add commenting guidelines#2
furelid merged 3 commits into
copilot/fix-plugin-auto-mounting-issue-758from
main

Conversation

@furelid
Copy link
Copy Markdown
Owner

@furelid furelid commented May 8, 2026

Description

Fixes #

Changes

Testing

Unit Tests

  • Added/updated unit tests
  • All unit tests passing

E2E Tests

  • Added/updated E2E tests
  • All E2E tests passing

Screenshots/Videos

Checklist

  • Code follows project conventions
  • Tests added/updated and passing
  • Type checking passes
  • No console errors or warnings
  • Documentation updated (if needed)

Generated with Claude Code in Conductor

lane711 and others added 3 commits May 7, 2026 16:23
…-Org#818)

D1's stmt.bind() rejects undefined values with "D1_TYPE_ERROR: Type
'undefined' not supported". The admin media upload route declared
width/height as `number | undefined` and left thumbnail_url as
undefined for non-image files, which broke SVG uploads since the
dimension extractor is intentionally skipped for SVGs and never
populated the values.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Added guidelines for self-explanatory code commenting, including principles, examples, and anti-patterns to avoid.
Added guidelines for structuring code and projects to enhance GitHub Copilot's effectiveness through better context management.
@furelid furelid merged commit 681297d into copilot/fix-plugin-auto-mounting-issue-758 May 8, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants