Tyler Alden Gubala

Results 11 issues of Tyler Alden Gubala

Following the instructions found in the readme for building ktools resulted in the following errors: ``` Severity Code Description Project File Line Suppression State Error C4430 missing type specifier -...

**Operating System**: MacOS 10.15.6. **Python Version**: python3.7.9 Python.org When Python is shutting down after importing `bpy`, an obscure error message is posted on MacOS: ``` ImportError: sys.meta_path is None, Python...

bug

This repository has no tests written for it. I am not tremendously savvy with writing software tests. If someone could make a branch that allows tests to be run, that...

help wanted
good first issue

**Describe the bug** During the `bpy` bootstrapping process it needs to load some scripts from the Blender startup directory. When it does so it now looks in %APPDATA% which causes...

bug
help wanted

I am using the Anki Vector SDK for Python on Python 3.8 64bit Windows, and every time that the context manager exits, regardless of the status of my Vector robot,...

I've been loving this utility and have been amused with the results so far. Something strange that I've been noticing though; I've given it various texts and it seems like...

OS: Windows 10 64bit Python version: 3.5-32 PySvn version: 0.3.46 When attempting to list files in extended mode (`extended=True`) or recursively, an exception is thrown when the `commit_node.find('author') is None`....

- remote client used to make bad urls on windows - due to os.path.join, urls contained backslash-escaped chars - now remotes use posixpath.join, which is safe for urls This addresses...

Thank you for creating the Python Vulkan Bindings. I am just now trying to become more familiar with Vulkan on Python. For some reason I am having an issue running...

Fixes some of the 3.10 code when creating an event (removed the `loop` parameter) Adds some packages to the requirements file