Dave
Dave
You interested in converting/creating this for BlueSky? I can send you an invite code. https://bsky.app/
Thank you, I hope this gets added in soon.
I managed to fix it by editing the file : modules/FiretrayHandler.jsm Find : ``` firetray.Window.init(); firetray.StatusIcon.init(); firetray.Handler.showHideIcon(); ``` Add After : `firetray.Handler.setIconVisibility(false);` Find : ``` showAllWindows: function() { for (let...
All I know is I updated to the latest version this morning from ports, and this problem happened. The PR pointed to this thread, so that's why I'm posting it...
This should be a high priority addition. The benefits of this are pretty big.
@Maryna-f5 Why does the feature keep getting pushed back? The benefits of it is pretty big. A lot of us are patiently waiting for this ...
An easy fix for this is to check whether $row['question'] is empty or not. in Subs-Editor: **Find**: ```php // Have we got some questions to load? if (!empty($questionIDs)) { $_SESSION[$verificationOptions['id']...
My apologies, I believed this was a bootstrap issue. I was prompted to log in to WordPress admin panel tonight (which is not running bootstrap), and the issue was even...
@Premkumarx I'd be interested to hear if upgrading solved the issue.
Interesting ... I use "kqueue" and "reuseport". Your chart shows I could more than double my CPS by removing the latter.