Copilot
Copilot
Implements a comprehensive SolidJS Markdown Router component architecture similar to the Svelte implementation from `@promplate/pyth-on-line`, providing modular and customizable markdown rendering using remark. ## Overview This implementation follows the same...
Updates the nanoid dependency from version 3.1.20 to 3.3.11 to address the version update requirement. Since nanoid is used as a transitive dependency through the gulp-mocha → mocha dependency chain,...
Adds SankeyDiagram.net, a browser-based open-source Sankey diagram maker, to the tools repository. ## Changes - **Tool entry**: Created `content/tools/sankeydiagram.md` with metadata: - Categories: Publishing and Sharing - Tags: Visualization, Presentation...
Replace the cover image for "The Monthly Wave" blog post with updated illustration showing contributor/maintainer workflow. ## Changes - Replace `static/assets/blog-images/wave-cover.png` with new illustration (1640x1200, 139KB) - New image visualizes...
`NormalizeToSubset` generates duplicate `decomp_N` variable names when (1) the function already contains variables matching this pattern, or (2) normalization is applied multiple times to the same AST region. ## Changes...
## Problem During Clava startup, platform detection messages were being output to stderr instead of stdout, causing issues when running Clava silently in scripts. This occurred because Java's `java.util.logging` framework...
This PR implements full "peeling" functionality in the peel subcommand by adding direction-independent (DI) calibration capabilities. Previously, the peel subcommand only performed ionospheric subtraction. Now it can perform complete peeling,...
This PR fixes compilation errors that were preventing the test suite from running, addressing the "get the tests passing" issue. ## Changes Made ### 1. Fixed Missing Semicolons Two critical...
This PR adds a `fireShortcut()` method to the `ComponentTester` class to enable testing of keyboard shortcuts attached directly to components through the `KeyNotifier` interface methods. ## Problem The existing `fireShortcut()`...
Adds pre-commit configuration and GitHub Actions workflow, copied from canonical/mir repository. ## Changes - **`.pre-commit-config.yaml`** - Hooks for trailing whitespace, end-of-file fixing, large file detection, mdformat, and pymarkdown - **`.pymarkdown.json`**...