ja2142
ja2142
You can use gunicorn like this (running from root of this repository): ``` gunicorn --bind 127.0.0.1:8080 youtube_dl_server.app:app ``` There's also a pull request about docker (#78), I've commented with a...
Docker container would be great, but I think it'd better to: - make it from local files instead of installing git, - use a production server. Here's what I came...
I took a closer look, and discovered three things: - On linux even though velvet-video is saying it's loading specific version of library, the version isn't really specified (for example...
> To be honest, I'm not sure that this feature has ever worked. It did (and still does) work for binaries that aren't position independent. > I find that on...
Thanks for a response. I lean slightly towards `-r pyproject.toml`, it's short, seems fairly self explanatory to me, and it's what uv uses, some consistency wouldn't hurt. But if there...
> With not only optional-dependencies but also dependency-groups, I feel this needs a separate flag than to overload -r. I don't see why? Optional dependencies can probably be easily and...