Carlos Alexandro Becker

Results 859 comments of Carlos Alexandro Becker

closing due to inactivity, if this is still a problem feel free to ping here

clarifying: the issue (or one of the issues) is that you can `go mod vendor`, edit the dependencies (or manually put any new ones) in `./vendor`, and then `go build`,...

@bcmills sounds like a good compromise yes

are those ffmpeg dependencies? packages should have ffmpeg as a dep: https://github.com/charmbracelet/meta/blob/main/goreleaser-vhs.yaml#L89

> Nice implementation @caarlos0! I was originally thinking we would have to start `ttyd` with the correct shell but I think this is a better approach. I thought about it...

> For adding Powershell 5 and Powershell 7 support you have to write `powershell` and `pwsh` respectively. > > **EDIT**: For opening Command Prompt you need to write `cmd`. I...

PowerShell peeps: no idea why there's an `e` before the prompt there... any thoughts? https://github.com/charmbracelet/vhs/pull/55/files#diff-7f381024069eb8006ba22e915f85ed759140911598950ac387df3225c25b302b

@maaslalani I made the shell interface because I'm not sure how other shells would behave and if just running the 2 command will be enough... but I think we can...