Stinosko

Results 8 comments of Stinosko

I was more thinking about something like this: | Project | RM1 | RM2 | | ------------- |:-------------:| -----:| | App1 | yes | untested | | App2 | no...

Using flask to serve the local files works for larger files but it is still not perfect. ```py import os from flask import Flask, send_file, make_response APP = Flask(__name__) MEDIA_PATH...

Some examples would really be great to have 😃

I also had the same issue, used visual studio code to switch the file from `CRLF` to `LF`.

@makaveli10 It was on Ubuntu 22.04 LTS in Windows subsystem for Linux

My theory so far: I first git cloned the repo in windows to start an docker instance with the docker files. I had some issue so i copied the files...

This issue is the result of Google preventing the download of video's by third parties and has nothing to do with this project. You can read the discussion on the...

I'm also interested in this feature!