sveint
sveint
Couldn't get @statianzo snippet to work (it always included all files). To simplify everything I just check the md5 sum from disk instead. Can probably be improved to not recalculate...
Hi, the API_URL should be a endpoint (resource) at your server (e.g. /docs/swagger.json), not a file on the system. In other words you'll need to manually serve this file somehow...
You could do something like this modified example, if using flask to serve the file: ``` import os from flask import Flask, send_from_directory from flask_swagger_ui import get_swaggerui_blueprint app = Flask(__name__)...
I can confirm this is still an issue on latest release. I filed a duplicate issue (now closed) here: https://github.com/psf/requests/issues/6371
Hi, the script tries to find spotify using 'which spotify' on the command line. Could you run this command and observe the output? Also, you can manually edit SPOTIFY_PROCESS_NAME in...
I have some issues using uv on a remote cluster: #51368