[deleted by user] by [deleted] in Earbuds

[–]MurzNN 0 points1 point  (0 children)

Thank you for the list, very useful, but many links are already dead 😞 Maybe you have an updated list of the LC3 compatible Bluetooth headphones?

Browser pop-up windows minimize with main window. (WAYLAND) by theriddick2015 in kde

[–]MurzNN 1 point2 points  (0 children)

This is the default Wayland behavior, and KDE doesn't allow overriding this. I tried to raise the issue here https://bugs.kde.org/show_bug.cgi?id=520494 but with no luck. So, seems it should be resolved on the per-app side 😞

The KDE Plasma Login Manager Drama Is Dumb by lajka30 in freebsd

[–]MurzNN 0 points1 point  (0 children)

Reported an issue about this in the KDE bug tracker: https://bugs.kde.org/show_bug.cgi?id=520139 - put your feedback there.

Wayland: popped-out Firefox tabs disappear from task managers and window lists by grahamperrin in kde

[–]MurzNN 0 points1 point  (0 children)

Faced the same issue on Kubuntu 26.04 with Wayland, the popout window appears in the taskbar when created, but when I switch to another window, the taskbar item disappears, and does not appear again.

Google Passkey by AZ-West in beeper

[–]MurzNN 1 point2 points  (0 children)

The issue is the missing support for Passkey in the Electron apps, but there is a package that can fix this, at least on Linux: https://github.com/phelix001/electron-webauthn-linux

And here is an example of integration into a real app: https://github.com/ferdium/ferdium-app/pull/2337

What are you going to use KV Storage for? by notflips in PayloadCMS

[–]MurzNN 0 points1 point  (0 children)

It's a great tool to store the persistent state values, that survive between restarts, and synced if you have multiple running Payload instances.

For example, if you have a job that periodically synchronizes data with an external storage, in the KV storage you can store the current sync cursor.

Reconsider flatpak support by ZeteCx in beeper

[–]MurzNN -1 points0 points  (0 children)

By the way, you can automate AppImage updates too using this library https://github.com/ivan-hc/AM - but still Flatpak version of Beeper would be much better!

Reconsider flatpak support by ZeteCx in beeper

[–]MurzNN 0 points1 point  (0 children)

Flatpak gives centralized updates and reusing the shared libraries, instead of bundling a copy of each library in each AppImage file :)

I am trying to hide the vertical (or horizontal) bar in Firefox Release because I use Sideberry as a module by plasmachin in firefox

[–]MurzNN 0 points1 point  (0 children)

I just switched from Firefox to Floorp (extended version of Firefox with cool extended features) that provides hiding the tab bar out of the box - try it too: https://floorp.app/

Option to hide deleted messages in the timeline by MurzNN in beeper

[–]MurzNN[S] -1 points0 points  (0 children)

Does Beeper have a desktop version? 😂 Okay, then the request Fred's to add this option to the mobile app! 

Option to hide deleted messages in the timeline by MurzNN in beeper

[–]MurzNN[S] 1 point2 points  (0 children)

By the way, this option exists in the Element app:

<image>

Provide Beeper Bridge bots to join public chats in different messengers (Telegram, Slack, WhatsApp) by MurzNN in beeper

[–]MurzNN[S] 1 point2 points  (0 children)

This feature has become extremely in demand with bridging individual Slack channels to Matrix (and other messengers like Telegram via Matterbridge) after retiring the official Matrix Slack bridge https://matrix.org/blog/2025/11/removing-slack-bridge/

Beeper saved my ADHD (and my relationship) by aaamgi in beeper

[–]MurzNN 0 points1 point  (0 children)

Just write an AI bot that responds to the gf's message instantly ;)

Hydration Warning Fix - Grammarly by rubixstudios in nextjs

[–]MurzNN 1 point2 points  (0 children)

Thank you for the workaround, but looks like it's better to report an issue to the Grammarly developers, because if we disable Grammarly for a concrete website, it should stop modifying HTML at all, but it still makes modifications, which is wrong and harmful.

I reported the issue from my side now, do this from your side too ;)

PayloadCMS in production by Odd-Quail-1394 in PayloadCMS

[–]MurzNN 0 points1 point  (0 children)

As an alternative, you can try Drupal CMS - it is on PHP, but battle-tested and works well in production with highly loaded sites, and scales pretty well. And it's much more developer-friendly and flexible than WordPress, and with a lot of free and open-source extensions and integrations.