squelch41

Results 4 comments of squelch41

just wondering if anyone had managed to find a solution/work around for this? Touch not working on my asus t100 archon 1.2 chrome 39 32bit. Works using a mouse

it still fails for me on raspbian - fails installing pillow Building wheels for collected packages: Pillow, pyfiglet, future Building wheel for Pillow (setup.py): started Building wheel for Pillow (setup.py):...

Solved it by manually running the installs in the docker file-- Ran: sudo apt-get install zlib1g-dev libjpeg-dev gcc pip3 install Pillow==3.4.2 pip3 install YuleLog Then, it will run if run...

> I had the same issue. I fixed it by adding these lines to the bottom of /etc/dnsmasq.d/05-restrict.conf: > > `cname=youtube.com,restrict.youtube.com cname=m.youtube.com,restrict.youtube.com cname=youtubei.googleapis.com,restrict.youtube.com cname=youtube.googleapis.com,restrict.youtube.com cname=www.youtube-nocookie.com,restrict.youtube.com` > > (sorry I don't...