dsymbol

Results 13 comments of dsymbol

You could use a session manager like screen or tmux alternatively you can use docker.

> > Now TweetBot can be used as a docker image > > Any chances you could make arm64 docker image as well? Glad you commented on this I didn't...

Untested with API keys but should work. ```Dockerfile FROM oven/bun:1.1.3-alpine WORKDIR /app COPY . . RUN apk add --no-cache nodejs npm && bun i CMD ["bun", "dev"] ``` Run with:...

These are [whisper](https://github.com/openai/whisper) related issues.

Glad you're enjoying it, I don't have a Mac I'm going based off of https://github.com/Vaibhavs10/insanely-fast-whisper/blob/main/src/insanely_fast_whisper/cli.py#L102 I can't find the error you're experiencing anywhere in his repo. could you try his...

Can't reproduce works for me on a random Chinese video, about "Add" it simply doesn't burn it into the video but adds it instead so that it can be disabled...

You need to export them as environment variables and then run node index.js.

whisper only supports translation from X->English sorry.

If you're using a version of Python earlier than 3.10, you'll get a TypeError because that syntax is not supported.

can be done using [1](https://github.com/dsymbol/yt-dlp-gui?tab=readme-ov-file#preset-customization) and [2](https://github.com/yt-dlp/yt-dlp/issues/2220#issuecomment-1862933809)