V

Results 177 comments of V

I'm not really a fan of all these changes to the settings. the code should for the most part be only in the plugin file, settings shouldn't have to know...

hi thank you for your efforts! we recently did this same migration which supersedes this pr. if there are some new types in this pr, it'd be great if you...

Bald wird es eine deutsche Version "GutePerson" geben, bis dahin habe noch etwas Geduld und halte deine Vorfreude unter Kontrolle

honestly i am kinda concerned about the scam / selfXSS potential with this

Workaround: ```js function setMinimumWindowDimensions(win, minWidth, minHeight) { win.setMinimumSize(minWidth, minHeight); const { width, height } = win.getBounds(); win.setBounds({ width: Math.max(width, minWidth), height: Math.max(height, minHeight) }); } ```

Like cookie said, keep in mind that this issue is about electron and not any app in specific. Sharing logs of a full app is just noise and not really...

This code is very overcomplicated cause you seem to have just copied the code from the ExpressionCloner plugin. But that plugin is made to handle different expression types (Emojis &...