aleab

Results 7 issues of aleab

- Operating System: Windows 10 - Node Version: v15.12.0 - NPM Version: 7.6.3 - webpack Version: 5.31.2 - copy-webpack-plugin Version: 8.1.1 ### Expected Behavior - `npm run build -- --watch`...

type: Feature
priority: 5 (nice to have)

I've added an additional command line argument to let the users choose which driver components they want to install. In my use case, for example, I always want to install/reinstall...

enhancement

## CURRENT STATE OF TOASTIFY As of [v1.10.11](https://github.com/aleab/toastify/releases/tag/v1.10.11) Toastify can fetch and show the current song's artist and title using a temporary workaround. The album art won't update and the...

Priority: Critical
(ノಥ益ಥ)ノ ┻━┻
Status: Not Anytime Soon

## Internal Design Overhaul: Spotify The `Spotify` class handles way to many things right now: - Initialization of the `SpotifyLocalAPI` and event handling. - Spotify client startup (that's a good...

Internal Design Overhaul

## Internal Design Overhaul: ToastView `ToastView` is one of the other monsters of Toastify codebase: 1200+ LOC. This is the code-behind of the Toast view and entry point of the...

Internal Design Overhaul

## Internal Design Overhaul: Settings This class both represents a serializable setting file **and** handles setting files IO. It should at least be separated in two different classes: - **Settings**,...

Internal Design Overhaul

When a new update has been downloaded and is ready to be installed, if the user chooses to install it straight away, the installation should be as seamless as possible:...

Type: Feature Request