cmidkiff87
cmidkiff87
I've been doing some research regarding implementing this myself. It appears that wayland doesn't provide *direct* support for this. The wayland [set fullscreen protocol](https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_fullscreen) only allows for specifying one output...
Ok, so it turns out, I'm an idiot, and the XWayland solution works fine (for me). I was having an issue with KDE Plasma stealing hotkeys / global shortcuts such...
Yes, I can't remember exactly which versions I've tried it with, but the [latest (14.x) docs](https://nodejs.org/docs/latest-v14.x/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) state that > The object returned by the `querystring.parse()` method does not prototypically inherit...
Then perhaps there should be a note about this somewhere in the documentation, rather than updating js-data? (since this is probably more of an issue for upgrading legacy projects than...
@dln949 from the little I've looked into it, and from the [related Remmina bug](https://gitlab.com/Remmina/Remmina/-/issues/2686), the issue has to do with Wayland itself. Unlike X11, Wayland doesn't provide a native way...
I made a python script that gets rid of the error, in the meantime. It's very simplistic, but it does the job. As written, the python script sits in the...
SMS Backup also backs up the images and gifs sent, as base 64 encoded text. It's backup format is xml, and it's uncompressed.. I suspect that's where the bulk of...
Yes, but the notification doesn't have any method of killing the task, or otherwise managing the task. Being able to kill a running backup is the main feature I'm interested...
Wait, it's still happening, and i've moved the files out of the folder. hmmm Edit: After playing with it some, I now believe it is due to some conflicting extensions....
Ok, after peforming an Extension Bisect, i've identified [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) as the issue. It only happens when both C# and todo-tree are enabled. perhaps something to do with intellisense? VSCode extensions...