Drew Naylor

Results 218 comments of Drew Naylor

This is being delayed to v0.2.2 so that v0.2.1 can mainly focus on optimizing cache updating and package list loading.

Maybe it wouldn't even need to save the batch script and could just create one in memory. Would that cause memory issues with a 32-bit process? Not sure, but I...

Turns out the maximum length is 8,191 characters: https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation

There should be an argument named `--delete-marked-list` which deletes the marked package list, and another that adds to it, maybe named `--edit-marked-list`

Maybe this should default to saving the marked list right before refreshing the cache, then re-loading it right after (or, preferably, as we're filling the list). There could be another...

Instead of saving and re-loading selections in the code that refreshes the cache, maybe do that in the code that runs when you click the "Refresh" button and only have...

I'm thinking the command-line program that'll be run as administrator to save the sources will also have two other switches: `/lock` and `/unlock`. These will be used to lock and...

A workaround for limited command-line argument length would be to calculate the SHA-256 sum of the sources list after figuring out what the file will be, then saving the temporary...