James Cuzella
                                            James Cuzella
                                        
                                    Seems there are possibly multiple codepaths & crashes with vscode + `electron22` on Wayland. Nothing fancy on my system... it's a pretty fresh install of stock Manjaro Sway edition with...
> A bit offtopic, but: A simple way to test, if a window uses Xorg or Wayland, is to launch `xeyes` and move the cursor over the window. If the...
@floreal: [On ArchLinux, it's likely that you're using the `code` package][4] which is actually the Open Source unofficial build of VSCode (a.k.a. "Code OSS"). It's likely this issue also affects...
This still seems to be an issue on ArchLinux / Manjaro Linux using Sway window manager (as opposed to Gnome Shell running on Mutter). Tested with: - `wayland 1.22.0` -...
Looking into this further, it appears that this was reported upstream: [GNOME/gnome-screenshot#201][1] However, the GNOME developer closed it as effectively `Won't Fix`, saying that only running it under `gnome-shell` (and...
I tested merging this (+ resolving conflicts) with latest `main` @ e753fac5 on Manjaro Sway with Wayland `1.22.0`, and `gnome-screenshot` `41.0+r25+g45f08f0-1`. Unfortunately, I was also able to [reproduce the spinner...
Looks like the CI failure is from GitHub's recent disabling of `git://` protocol. ``` fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see...
Had this issue using `single-node` setup script. We found that there were a couple problems: 1. `kube-dns` Deployment & Pods were not running. Only `kube-dns-autoscaler`. 2. `kube-dns-autoscaler` had errors in...
I'm running into this problem also. The issue seems to be the particular shell & runtime environment of the `git` and subsequently the spawned `gpg` or `gpg2` (the exact program...
If you want to use standard tools like `curl` with a `SOCKS5h` proxy via SSH tunnel, then you are in luck! I've found a working solution for docker containers to...