Ikunyemi Ngor
Ikunyemi Ngor
This worked for me... based on @ThomasWaldmann suspicion, I located the last llfuse release (v0.41) https://pypi.org/project/llfuse/ after Attic version 0.16 https://github.com/jborg/attic/releases and uninstalled the most recent llfuse I had: `sudo...
This worked for me... based on @ThomasWaldmann suspicion, I located the last llfuse release (v0.41) https://pypi.org/project/llfuse/ after Attic version 0.16 https://github.com/jborg/attic/releases and uninstalled the most recent llfuse I had: `sudo...
> Solution on debian: > `apt install libssl1.0-dev` > This uninstalls the 1.1.0 header files and installs the older ones, allowing the build to proceed Worked perfectly for Ubuntu 18.04
Many thanks @BruceMcKinnon your public function suggestion worked ```javascript alreadyAccepted: function() { // No need to display this if user already accepted the policy return userAlreadyAcceptedCookies(); } ```