Damian Kaczmarek
Damian Kaczmarek
@benjamingr Unfortunately this is leaking memory. Can you re-open the ticket? ``` js let Promise = require('bluebird'); Promise.longStackTraces(); setInterval(global.gc, 100); function promisifiedSendPing() { return Promise.resolve(); } function pingLoop() { return...
Thanks .. It is a pity. I come from Node.JS background where backend and client templates sharing is a piece of cake and I wanted to leverage the same thing...
Shouldn't changing `.success` to `.then` fix it?
That issue has 3 years ... to not have such important feature looks like libindicator is dead. :-( I think KDE has some alternative systray icon implementation, utilized via dbus....
Could this be used as a replacement for libappindicator? https://github.com/jjk-jacky/statusnotifier
I started work on my own little library that will be basically either single .h file on a MIT license or a small library that does dlopen on libdbus. Do...
I think it's easier. I didn't wanna fight with libappindicator since it appears dead and I don't fancy how it's written. It's not even easy to open an issue there...
@foudfou https://github.com/encharm/libsystemtray Little delay. Please see examples. Api is in the .h file. You can also set icon by pixel data. All features of KDE system tray should be supported....
@foudfou: there is a C API.See https://github.com/encharm/libsystemtray/blob/master/tests/iconbyname.c
Would be nice to have! I found my tests to fails by renaming file names, ugh.