This pull request includes several changes to introduce a new ParsingMode
feature, update benchmarks, and improve the testing and deployment processes. The most important changes include adding the ParsingMode
enum to control the lev...
This pull request includes changes to the Cargo.toml
file, adding a new binary target and optional dependencies related to audio processing.
Key changes:
synthesize
...This pull request includes changes to the src/wasm.rs
file to improve the handling of parsed TJA data and streamline the code. The most important changes are:
Improvements to data handling:
parse_tja
function to ...This pull request introduces a new GitHub Actions workflow to benchmark pull requests. The workflow is designed to run benchmarks on pull requests to ensure performance metrics are maintained or improved.
Key changes include:
This pull request includes a change to the preview image handling by including the commit SHA in the file name. This ensures that each preview image is uniquely identified by the pull request number and the specific commit, to prevent th...
This pull request introduces a new theme called cyberpunk
to the src/theme.ts
file. The changes add the new theme's color scheme and include it in the preset
export.
New theme addition:
src/theme.ts
](diffhunk://#diff-0e2...