guinget
guinget copied to clipboard
Make sure installing lots of packages (say, all of them) at once in bulk doesn't cause issues.
Should be handled just fine by winget, but I need to check my own code and the Apply Changes window.
Well, it does lock up if there are too many, so I guess I could make it async in 0.1.4. Maybe handing off the datagridview to the library or another function asynchronously then pulling stuff from it in the library would work. That should have a progress window pop up if there are more than 25 packages or so.
See #57.