WrathZA

Results 4 comments of WrathZA

+1 I'm trying to make my builds idempotent and when cloning a repo from git, often the .git directory contains read only files which causes DeleteDirectory or CleanDirectory to fail....

Have you tried implementing property ordering? https://github.com/jdorn/json-editor#property-ordering

Hello, Is there an expectation that you would want to support windows? and if so, to what degree?

This bounty still open? Does it refer to the following function? https://github.com/OpenRA/OpenRA/blob/bleed/OpenRA.Game/FileSystem/ZipFile.cs#L50 From a cursory glance, this doesn't seem to load the entire zip file into memory from instantiation but...