Alonzzzo2
Alonzzzo2
**Describe the bug** When disconnecting the external monitor from the laptop, the taskbar has no icons - need to run taskbarx again and it fixes it. When reconnecting the external...
This just happened to me. Tried to uninstall but at the squirrel-uninstall log, I get 'Failed to grab lockfile'. Though it retries to grab the lock for a couple of...
After removing the shortcut from the start menu, the folder in the start menu is now empty (most probably). Here's a code fix for it: `if (f == ShortcutLocation.StartMenu) {...
This is more of a discussion post, would love to get your advices / input on this: My work place already creates an MSI install file by using wix tools....
**Squirrel version(s)** 2.0.1.6 **Description** Uninstall entry's version number doesn't change (increase) upon update with newer version **Steps to recreate** 1. Install version X 2. Check the uninstall entry - it...
Hi, I have this joi object: `Joi.object({ userGuid: Joi.string().uuid().required(), version: Joi.string() .regex(/^\d+(.\d+){3}$/) .required(), os: Joi.string() .valid('IOS', 'ANDROID', 'CHROMEOS', 'WINDOWS', 'MACOS') .required(), endUserId: Joi.string().required(), machineId: Joi.string().required(), }).meta({ className: 'postVersionInfo' })` and...