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

Commits on Aug 29, 2022

  1. Fix protobuf error

    Protobuf was giving an error about being able to create descriptors directly.
    By downgrading, we avoid the error.
    TylerGubala committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    50ec3bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4e462 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 1, 2022

  1. Ignore protobuf stuff in workspace

    Wanted to work with the protobuf compiler in the workspace
    TylerGubala committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    38b7761 View commit details
    Browse the repository at this point in the history
  2. Added VSCode debugging launch config

    Makes it easier to run the current file and test
    TylerGubala committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    698d499 View commit details
    Browse the repository at this point in the history
  3. added protobuf rebuild task

    Requires the following directory structure:
    
    /google
       ... <google protobuf extra libs> ...
    /.protobuf
       /bin
          protoc (protobuf exe)
       /include
          ... <protobuf standard libs>...
    TylerGubala committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cf8f316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9652867 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    0684abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b65d8ac View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix path to audio files in play audio example

    Removes the need for the user to copy the audio files
    This keeps their environment "cleaner"
    TylerGubala committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    22c8b60 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request anki#1 from moosehadley/working-3.10-install

    Merge branch into Main
    moosehadley authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ae6c260 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    To fix AttributeError: 'ImageDraw' object has no attribute 'textsize'
    moosehadley committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4dfa8ef View commit details
    Browse the repository at this point in the history
  3. Update annotate.py

    collections.Iterable is depricated
    moosehadley committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0358278 View commit details
    Browse the repository at this point in the history
  4. Update animation.py

    Make animation list loader retry 10 times. Temp fix until there's a better solution for the frequent timeouts.
    moosehadley committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    27c67f3 View commit details
    Browse the repository at this point in the history
Loading