Sebastian Herrlinger

Results 242 comments of Sebastian Herrlinger

The TUI ist not a Go application anymore and even though we could get the underlying OS events directly, that would not work via remote, so opentui has to rely...

I am fine with this when tests pass and prettier is fixed

No I think windows needs some more love, I haven't really tested it on windows at all tbh.

Ah yeah, it's currently 0.14.1 only. Needs some migration work to go to 0.15.1

Needs to be built manually from main or switch to tag that supports the installed package version. Like if you run bun install and it installs v0.1.31, you need to...

I am happy to see bindings to other languages and will support and promote that. Given that we already have Go and Vue as unmaintained fragments in the monorepo, I...

Yes, the main culprit was auto generating a c header for the abi in lib.zig, there are tools to do that, I didn't get to look into details yet. Might...

My thought around this was to have an `ImageRenderable` that takes an url, which can be a local path/url/base64 and uses a fallback system of: - if kitty graphics is...