Breno Reis

Results 47 comments of Breno Reis

@taigrr yep, it persists after `wsl --shutdown`. The command I ran was `vhs < demo.tape` after generating the demo file with `vhs new demo.tape` which ran successfully.

@caarlos0 still no luck. I want to emphasize that I can use `ttyd` with no issues. Maybe I can try running `ttyd` directly in the same way with the same...

```fish ~/temp ✘ 2 10:49:12 ❯ go install github.com/charmbracelet/vhs@fix go: downloading github.com/charmbracelet/vhs v0.3.1-0.20230223125810-3177b2c9ac84 go: downloading github.com/caarlos0/env/v6 v6.10.1 go: downloading github.com/agnivade/levenshtein v1.1.1 go: downloading github.com/charmbracelet/glamour v0.5.1-0.20221015050842-c4cd9ed13e4c go: downloading github.com/charmbracelet/lipgloss v0.6.0 go:...

```fish ~/temp 12:25:14 ❯ ~/go/bin/vhs < demo.tape Host your GIF on vhs.charm.sh: vhs publish .gif could not launch browser: Get "http://127.0.0.1:52975/json/version": dial tcp 127.0.0.1:52975: connect: connection refused recording failed ```...

@caarlos0 I have indeed a `google-chrome` bin in my PATH, so maybe this is why this haven't failed. My `google-chrome` is a simple bash script that invokes Windows's Chrome.

@caarlos0 even though this is somewhat true, Windows solves this issue with port-forwarding in a way that I can run `ttyd` inside WSL and access on the host using `127.0.0.1`...

@maaslalani yep! ```fish ~ 17:13:13 ❯ z temp ~/temp 17:13:15 ❯ xdg-settings get default-web-browser chromium-browser.desktop ~/temp 17:13:18 ❯ which chromium-browser /usr/bin/chromium-browser ~/temp 17:13:25 ❯ ~/go/bin/vhs < demo.tape Host your GIF...

@taigrr I'm not on charm discord yet, I'll look into that. What information do you want about my install?

@taigrr I installed by grabbing the rootfs from Fedora Container Base and imported the tar as a WSL distro. It was something very similar to what is described [in this...