ttldtor

Results 11 comments of ttldtor

Perhaps the problem is in the generated paths for gpg tool...

I looked at the action source codes and saw that there is a path conversion for **msys**. Nowhere did I see this in the requirements for action. I am using...

The fact is that I run runner as a service, so I will need to "do squats and push-ups" so that commands from under it are executed in msys. I...

What about string escaping? Maybe we should use ` ` or """ """ ? =) I think it would be enough to improve `send` and replace: ``` scala override def...

@rexim `lazy lazy val pr = ...` > @ttldtor why did you decompress a PR patch into a comment?

@ForNeVeR thanks for the explanation.

A very strange situation. @silveroxides brought a PR https://github.com/comfyanonymous/ComfyUI/pull/6870 that supposedly fixed this, but as far as I understand, there was no reviewer. For some reason, the PR was closed...

Update: I tried this fix and it didn't help. Probably because I already have ffmpeg7. And it might not be in the PATH.

So, torchaudio already has this code from the fix: https://github.com/pytorch/audio/blob/main/src/torchaudio/_extension/utils.py#L103-L115

And torio has been moved to TorchCodec https://github.com/pytorch/audio/issues/3902 (latest TorchAudio 2.9) Where the same problems appear: https://github.com/meta-pytorch/torchcodec/issues/1023