Matt Johnson
Matt Johnson
Sure. You can setup a dummy app in Nginx with a server directive like this: ``` server { listen 7000; location / { # this is usually replaced with 'include...
I hacked together a prototype using the existing API, if anyone wants to use it: https://jsfiddle.net/403q8bfs/ (By the way, vanilla-picker is a fantastic library Sphinxxxx. Thank you for all the...
What's your block size on the exfat partition (`stat -fc %s /mnt/SharedDisk/`)? I had problems with a 4096 byte block size. Switching to 131072 (128K) seemed to eliminate the problem...