JammSpread

Results 4 comments of JammSpread

Might be chunk caching.

Might be related to #43 and be fixed by a PWA.

I personally use the script: ```bash #!/bin/bash output_name=$(echo $1 | cut -f 1 -d '.').gif ffmpeg -i $1 -vf "fps=30,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop -1 $output_name ``` for converting videos to GIFs. I...

I think if `code-server` were to implement this feature, the query param `folder` should be replaced with a single param named `path`. I just think it would be more straightforward...