Bradley Kenstler

Results 2 issues of Bradley Kenstler

This section in the `Computer.__init__` method: ```python if shared_directories: for path in shared_directories: abs_path = os.path.abspath(os.path.expanduser(path)) # type: ignore[attr-defined] if not os.path.exists(abs_path): # type: ignore[attr-defined] raise ValueError(f"Shared directory does not...

good first issue

Double click doesn't work for some reason. I've tried changing the interval as well, no luck.