Romulo Pulcinelli Benedetti
Romulo Pulcinelli Benedetti
Any Idea why I'm getting this? ``` Creating backup: /mnt/HDDs/backups/snapshots/desktop/root.20170630T0901 35MiB 0:00:13 [ 2,6MiB/s] [ 2,6MiB/s] WARNING: [send/receive] (send=/mnt/FS_TREE/snapshots/root.20170630T0901, receive=/mnt/HDDs/backups/snapshots/desktop) At subvol /mnt/FS_TREE/snapshots/root.20170630T0901 ERROR: lremovexattr home/rbenedetti/.config/vivaldi/Default/IndexedDB/https_www.netflix.com_0.indexeddb.leveldb/000397.log security.selinux failed: Permission denied...
Tried a lot, changing system settings and AWC settings itself, it did not show. Only have the git version installed and no original global menu applet active, only AWC
I tried to build dockerfile: ``` FROM continuumio/miniconda3:4.12.0 RUN apt-get update RUN apt-get install -y --no-install-recommends build-essential gfortran cmake vim curl ENV LANG pt_BR.UTF-8 RUN conda init bash RUN conda...
This will work with `testBuildType "release"` in `gradle.build`: ```patrol test ... --release``` But now this don't work: ```patrol test ... --debug``` Maybe if we could tell patrol to do `./gradlew...
Generic procedures are not detected as functions/subroutines, the same for operator overloading. Any chance it will be implemented? Or maybe I'm doing something wrong? example: ```fortran module class_instrumentalization ... private...