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: RodneyLeeBrands/UnifiSnipeSync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: grokability/UnifiSnipeSync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 8, 2025

  1. Fix crash due to ratelimiter dependency

    Fixes: grokability#1
    
    The rate limiting library in use has been long abandoned, and it doesn't
    work with newer pythons because of changes to asyncio in 3.11.
    
    It did include a synchronous version of the rate limiter, though, which is fine for
    our needs.
    
    There are better rate limiting libraries out there in terms of type of
    rate limiter, but I didn't want to adapt them into this code, as most of
    the better ones (eg: rush) are very specifically written for limiting
    incoming requests, not outgoing ones. Might not be a big deal to do, but
    this was even easier. If folks really want better rate limiting in this
    tool, we can look into it when the tool is actually functional again.
    Jeremy Price committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    06c3194 View commit details
    Browse the repository at this point in the history
  2. Un-pin requirements

    The requirements are quite out of date, let's be current until we need
    not be
    Jeremy Price committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3789616 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from grokability/remove-ratelimit-library

    Fix crash due to ratelimiter dependency
    jerm authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    f7d5088 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from grokability/unlock-requirements

    Un-pin requirements
    jerm authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    66218ef View commit details
    Browse the repository at this point in the history
Loading