Austin Witherspoon

Results 8 issues of Austin Witherspoon

## Environment data - Language Server version: 2022.8.50 - OS and version: Windows 10 21H2 - Python version: 3.8 ## Code Snippet ```python import my_module # Import "my_module" could not...

needs investigation

## Feature Request Add type hints to the python package, for both native python code and compiled code. ## Description Type hints are incredibly value in modern python, particularly for...

## Bug Report I’ve found a bug in Avid Media Composer AAF file generation: - Make 3 video tracks - On the third track, place a clip with a marker...

bug

Fix for #53 I've added type hints to the package, including a `py.typed` marker file for mypy. This requires python 3.7+ since type hints aren't available in python 2, but...

I love type hints and how they help dev tools (using mypy or pyright to catch errors for me!) I know that type hints are loved by everybody - so...

This is definitely an edge case - most of the test cases I've made have been pretty much identical between pyaaf2 and what is displayed in Avid! So great work!...

Just used composer to install the php connector for image uploads, as the docs say. No errors during that at all. I haven't changed any configuration settings or touched anything....

_Note: I'm not a C++ developer, nor do I have a lot of experience with WASM! Maybe I'm misunderstanding parts of this._ Today I was able to successfully deploy a...