Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hacky fixes to archive likes #114

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    0c87793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c95e42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa634e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc13088 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    1e9de4b View commit details
    Browse the repository at this point in the history
  2. Show message indicating latest like is being calculated

    For large archives, this might take a while, since we have to open each
    file.
    aspensmonster committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    10d2539 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Configuration menu
    Copy the full SHA
    a9e1c7f View commit details
    Browse the repository at this point in the history
  2. Can't method chain on a string interpolation tuple, it seems

    Maybe there's some fancy syntax for it, but I couldn't find it with a
    quick google search. As is, I get the following exception:
    
    AttributeError: 'tuple' object has no attribute 'replace'
    
    This commit just makes a temporary variable to avoid that.
    aspensmonster committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    b09e255 View commit details
    Browse the repository at this point in the history
  3. Regex is a fickle thing

    The presence of the first space in `img [^>]* src` causes not to match
    `<img src=` due to the need for two whitespace.
    aspensmonster committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    d11306e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    257739c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c297828 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Archival message

    aspensmonster committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3218632 View commit details
    Browse the repository at this point in the history