Ian Gregory
Ian Gregory
Occasionally, an install job queued after another install job is incorrectly read as having failed before it's even begun. Something seems wrong with the check for `-- overt-failed: cask-install --`....
Also, show disabled status for casks, like for formulae
Could resolve by offloading the work to one of - main process (simplest) - worker thread pool in main process - web worker in renderer process (likely fastest) https://github.com/WiseLibs/better-sqlite3/blob/master/docs/threads.md
Currently, the user has to check the logs to see why the uninstallation failed. A dialog should pop up that lists the dependent packages, and offers to uninstall those as...
This isn't provided by most package managers, so we'll have to maintain a separate database of category/tag assignments
Rotating curated list of packages, possibly with special promo imagery. Need some way of sourcing these
Current single-page routing is done with horrible custom JavaScript. Minimum: Convert to TypeScript, annotate everything with types, don't attach it all to `window` Possibly: Use an existing single-page routing library...