Konstantinos Feretos
Konstantinos Feretos
Any updates on this?
I bet this is the exact same bug I've been hitting in Fedora 36 (Gnome 42). Happens consistently across Chromium/Electron and OBS, with FF working fine and all of them...
> @ThePsyjo you just renamed an IPC message name. It should not fix the actual problem. I'll test this as soon as I get the chance to do so. I...
Wtih gRPC health checking protocol being implemented we may now specify a `NOT_SERVING` (or maybe `UNKNOWN`) health state for modules with improper configuration. This would result in these modules not...
@Fuseteam Why are you even so irritated over this? If Waydroid maintainers feel like this issue is not worth keeping open they can always just close it themselves. > Stop...
> Speaking of NIH, snap was already a thing, then redhat started flatpak, upstart was already a thing, then redhat started systemd ;) @Fuseteam Snap was started roughly at the...
@Taiko2k flatpak-spawn's man page literally [mentions](https://www.mankier.com/1/flatpak-spawn#--host) you need to provide D-Bus access to `org.freedesktop.Flatpak`, granted this unto itself probably barely makes any sense to anyone unfamiliar with D-Bus and talk...
> Remove the --user flag if your application is installed system-wide. @ardasevinc Somewhat of a nitpick, but user/system override flags are not related to user/system/custom app installation paths. You can...
For anyone currently attempting to make of use of existing package releases, you could work around this via explicitly setting the types path in your `tsconfig.json`: ``` json "compilerOptions": {...
This seems to be working as expected. We should ideally delete any `View` docs for Mongo users, but given how the gRPC API already exposed view creation we could be...