Aaruni Kaushik
Aaruni Kaushik
As a workaround, if you execute `xhost +SI:localuser:root` before trying to run gameconquerer (or any other GUI app which requires root permissions), it works on wayland. I don't know what...
If I understand correctly, you can merge anything you want into master, without affecting 1.0 or the book (and as long as it doesn't introduce any backwards incompatibilities, it can...
I've come up with a pipe of greps and seds from the Oscar.jl directory which produces 28 functions. ```bash grep -d recurse "^export" src | sed "s/^.*export /\^/" | sed...
There's a lot more functions which use cache in the various sub projects. I've added them in #3599 instead of posting a wall of text directly in this discussion
Can you share exactly what you tried? My branch reports version 0.8.0 as well , but there may be other changes incorporated into master since then till the point I...
Nextcloud has its files in the data folder. The directory structure is as follows : `/var/www/html/data/$USERNAME/{cache,files,files_trashbin,files_versions,uploads}` The easiest way to use s3backer would be to have /var/www/html/data be an s3backer...
@lkastner can you upload all the md files in a folder (call it anything for now, it doesn't matter) onto the book website repo ?
*bump* I'd be excited if this were merged in
> How long does that take to run typically? With just the short tests, it takes ~40 minutes on my workstation (~30 minutes for the tests, ~10 minutes for the...
I think I need to merge this into `master` before the new CI takes effect. Can someone review? (Or, should I force merge?)