git-iason

Results 4 issues of git-iason

Added a file system based off of the .NET Zip API (System.IO.Compression) that became available as of .net4.5). This API feels a little simpler to work with for these purposes...

I added support to call BeginUpdate before and CommitUpdate after any action that modifies the file system. Without that, the SharpZip library threw exceptions when attempting to create a file...

added overloads for SharpFileSystem.Open and .Create to take a password for the zip file re-used unit tests from SharpFileSystemTests as well as added unit tests to verify that a file...

### Description Test on macos version 11.7, starting both mouse and keyboard listener throws this error: ``` Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.10.7/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File...