Ian Gregory

Results 22 issues of 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 --`....

bug

Also, show disabled status for casks, like for formulae

enhancement
package manager: brew

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

bad ux

enhancement
package manager: brew

enhancement
help wanted

The app isn't set up to pull translated strings at the moment.

enhancement
help wanted

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...

bad ux

This isn't provided by most package managers, so we'll have to maintain a separate database of category/tag assignments

enhancement

Rotating curated list of packages, possibly with special promo imagery. Need some way of sourcing these

enhancement

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...

enhancement