Ogi
Ogi
Ah, looks like one can change the declaration to `int64 bar = 1 [jstype = JS_STRING];` to generate a string mapping, preventing loss of precision. I would argue that the...
It's worth noting that dub is likely getting dustmite integration, so perhaps this would not be as useful then when there's already an alternative.
I suspect that you need to enable sending email through SMTP. I think Gmail started disabling that by default. https://www.lifewire.com/what-are-the-gmail-smtp-settings-1170854 - in particular, the stuff about less secure apps.
Hey! This project has been made pretty obsolete with the improvements PoE has made, so I’m not really working on it anymore. However this was limited to a total of...
Hmm, haven't been able to replicate this, but haven't really played PoE lately. Gonna try leaving it on a while and see what happens. What happens if you try scrolling...
For Pushbullet, I believe the problem is that you received too many notifications. Unfortunately Pushbullet changed it so free accounts have a limit of 500 messages from third party Apis...
The new version I just put out has better SMTP support. You'll be able to enter your username in properly. Also there's proper error messages for Pushbullet now. If you're...
Do either of you have Minimize on Startup enabled? It's not enabled by default.
Ahh there we go, able to duplicate the issue now. There's no window created yet when minimize on startup is enabled, so the stuff that relies on the window handle...
Should hopefully be fixed now in 2.0b (https://github.com/Kapps/PoEWhisperNotifier/releases/tag/v2.0b). If it's not, I added logging on unhandled exceptions, which really should have existed before. :P