Andy Holmes
Andy Holmes
I haven't forgotten this one, but still can't reproduce myself either. I will have another go at this sometime soon (eg. at least within a month or so).
> I faced similar issue, everytime a new notification pops up on my phone, all old unread notifications re-appear on my PC. That sounds like a different problem than this,...
Thanks for reporting with thorough logs and a good description :slightly_smiling_face: The SMS window and plugin haven't seen a good review in awhile, so I'm willing to acknowledge this as...
@franglais125 This is new as of GJS-1.54. A simple way to handle this in backwards-compatible fashion is like so: ```js if (possibleByteArray instanceof Uint8Array) { possibleByteArray = imports.byteArray.toString(possibleByteArray); } ```...
> I just saw that my version may be outdated (or is it?). The [extension website](https://extensions.gnome.org/extension/1319/gsconnect/) lists v42 as the latest one, but [v53 is shown as the latest release...
Hmm, doesn't look like it's hitting any errors, but I haven't tried GSConnect since F36 (I'm also on silverblue). It's possible that the new OpenSSL 3.0 that's rolling out is...
> there I just saw a "This device is invisible - Wanna enable it, so it is visible to not paired devices?" and one click and the device could be...
Hmm, I'm not sure what could be wrong then. Nothing has changed in the networking code for a very long time and I can't seem to reproduce this myself.
Thanks, there's an open issue #240 with a checklist that needs to be run through. Unfortunately I don't have much time for this project currently, so help would be appreciated...
I really intended to do this a while back, but it's bit intensive task especially because the messaging dialog is already complicated for non-accessibility (auto-scrolling and stuff like that). All...