Michael Lorant

Results 76 comments of Michael Lorant

I'm wondering if this comes down to what `alt` means? ![escplus](https://github.com/charmbracelet/vhs/assets/215265/d812f6f4-6d58-4e99-ab17-a817bfc7a14a) My own tests were from macOS. Can you install `showkey` and see what you get?

@maaslalani Please see issue #442 for the details. I believe you do not have your terminal set correctly and are not actually sending what is considered the `alt` key.

Further testing has made things a bit more confusing. ## WezTerm `alt` + `b` = `b` `alt` + `←` = `[1;3D` ## macOS Terminal `alt` + `b` = `b` `alt`...

May have a solution for you, will test this out tomorrow and update the pull request. - For `0` to `9` and `a` to `z` send `ESC` + character. -...

You can't just add a platform, it needs to be built for that platform. However, have a look at the tags that exist: https://hub.docker.com/r/tangramor/slidev/tags You should be able to do...

After a weekend of working on this problem, I have a solution to this issue. I firstly need to explain a few things and why this has been such a...

Addressing a few different comments with this thread: > One solution is to time how long the frame capture takes (on average) and then use that as the actual frame...

@ysmood Having some challenges making some improvements especially around trying to reduce the cost of capturing the frames. The current way of taking a screenshot, which has to be done...

> Instead of using `go-rod`, we can simply capture ANSI sequences as output and store them as (text) "frames" and then after convert each of the frames to SVGs, then...