Pablo P Varela

Results 68 comments of Pablo P Varela

@danstewart thanks to AI, I have no idea what I'm doing

Closed due to lack of activity after 11 months 🙏🏻

From the [electron auto-updater docs](https://github.com/electron/electron/blob/master/docs/api/auto-updater.md): > Note: autoUpdater.quitAndInstall() will close all application windows first and only emit before-quit event on app after that. This is different from the normal quit...

> I like the Chrome way. Always run the latest, the least you bother the user the better. Thumbs up for that 🙌🏻 IMO for patches or even minor versions...

hey @ninopiamonte! thanks for saying that 🩵. I'm using [ShortcutRecorder](https://github.com/Kentzo/ShortcutRecorder) for the shortcuts UI/logic, and that doesn't seem to support `fn`. To make it work I would have to implement...

@sstanich did you end up solving this? I'm using this repo instead of the official Tuya because my IR controller (which controls my AC) is not supported but on this...

@sstanich I ended up using https://github.com/EnzoD86/tuya-smart-ir-ac and it works fine. I had to make sure I enabled `IR Control Hub Open Service` in the API for the initial setup

@Ruitjes I guess that'd be possible, I'm not interested in implementing it but I'm open to PRs ;)

Hi @hf-xz! Thank you for the explanation. I believe feature 1 makes sense for this project, as it aligns with the original goal of moving and resizing a window without...

> this should be an easy fix, on the AppDelegate you should de-register all shortcut handlers. I'm open to PRs 🙌🏻