Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 5, 2024

  1. Update README.md

    tmck-code authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    4a4d546 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tmck-code authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    914dd85 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tmck-code authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    77eb609 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Update LICENSE

    tmck-code authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    2bba44a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Configuration menu
    Copy the full SHA
    8a2e41d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. use gotestsum to run tests

    as it prints a nice summary, no code changes are required 💪
    tmck-code committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    beba73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6eadf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b24b78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from tmck-code/use-test-package

    Update testing
    tmck-code authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    06f2ec6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. skip duplicate cowfile images

    - collect list of all cowfile data before each is written
    - check all data against previous entries before writing
    - skip if data was already written
    
    this skips around 1500 files! which lowers the total from ~5000 to
    ~3500
    
    this results in a small file size decrease, and a small speed increase
    (no more than 10%)
    tmck-code committed May 28, 2025
    Configuration menu
    Copy the full SHA
    d3db7b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8969e45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from tmck-code/skip-duplicate-cowfiles

    skip duplicate cowfile images
    tmck-code authored May 28, 2025
    Configuration menu
    Copy the full SHA
    a129b66 View commit details
    Browse the repository at this point in the history
Loading