Mark Panado
Mark Panado
Tried with M1 iPad Pro as well. Installed `docker` and `openrc`. Still getting the error: `Cannot connect to the Docker daemon ...` after running `docker ps` Also got this error...
Happening to me also. I noticed before it only happens with my Keychron K6 but not with Apple Magic Keyboard.
Experiencing same issue, I'm mostly using youtube-dl and extracting big .rar and .7z files. After deleting the files, the storage is still consumed
This is what I need right now...
You can try to convert that font into CSS (like this https://github.com/blinksh/fonts/blob/master/Hack%20Nerd%20Font.css) and manually import it in Blink
Thank you @dionmunk
We want this too
I'm trying to run nginx too now, it's running without error but I can't seem to call port 80 or port 81 in the browser. I tried running a web...
I have given up for nginx to work on iSH for now. I'll just use python3's `http.server` to host static html then `gunicorn` to run REST apis. ``` python3 -m...
> > Those ports are restricted on iOS if I remember correctly. Try using something in the 2000s > > I had a feeling it had something to do with...