knuxify
knuxify
I'll let #10314 supersede this one.
Hit the same issue on Alpine Linux. It seems that #526 fixes failures 29, 51, 63 and 64, but not 36.
Test 36 is fixed by adding rsync to checkdepends.
The test 36 failure (missing rsync) was the fault of my own setup (forgot to install it), "adding rsync to checkdepends" is to be done on the package's side (just...
It's been a while since I properly looked into the lapel source code, so my memory's a bit rusty, but I'll try my best to answer any questions. (Would be...
...actually, disregard everything I said about templates, I think we should be able to do the same thing as the QML files with GtkBuilder. See [`gtk_builder_get_object()`](https://docs.gtk.org/gtk4/method.Builder.get_object.html) - this just gets...
> I was actually thinking of removing the hard coded device fingerprint gating in official arcoreApp to see if i can run this on my phone. IIRC this isn't as...
> True that too, but whats the use of development or including arcore if only some set of devices can support it ? The use is that the devices that...
`/v2/blog/@@community-handle/posts?id` also causes a 500 error.
Looks like this is a Chrome-side issue, this StackOverflow question mentions a similar bug with regular puppeteer: https://stackoverflow.com/questions/78996364/chrome-129-headless-shows-blank-window Judging by this page, the workaround may be to add `--headless=old` to...