Results 47 comments of Grafcube

I don't really understand the issue. The substitution syntax should work on any shell (except maybe fish but I've never used it so I don't know). These variables are shown...

Adding this to `rules.yaml` seems to work for `.yarnrc` for me ```yaml - type: alias alias: yarn command: yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config" ``` However, running clean on `.yarn` results in this...

I don't know much about how flatpak packaging works. The PKGBUILD in my PR #16 symlinks the executable to `/usr/bin/gittyup` so the desktop entry also needs to point there. As...

I built the flatpak from this branch and it worked correctly. The Exec line in the desktop entry for the flatpak version is `/usr/bin/flatpak run ...` so I think flatpak...

I personally never had an issue with it, but I'll admit I don't have much experience in this area. The reason I stopped using easyeffects was only because of the...

I am using libpipewire 0.3.40. I set my `pipewire.conf` default and min quantum value to 1024 and max to 8192. This seems to have the least stuttering. I also switched...

Is there an update or workaround for this issue? I'm not able to load v4l2loopback without disabling secure boot on my device.

> You need to use the shim and load the db key into the MOKList. Sorry but I don't know what that means. For my setup I generated bundles for...

Probably not. I switched to the flatpak long ago but I originally made this PR to simplify making the PKGBUILD a little. But someone else ended up making the PKGBUILD...

I fixed this issue for myself with the solution in this thread and it worked perfectly on my Thinkpad running latest Arch. Is there any particular reason that this fix...