Chase Colman

Results 110 comments of Chase Colman

@noahlias I noticed your fork has basic CI setup, if it works well, would you like to make a PR?

macOS releases are now built automatically and are available by using brew

It would be pretty easy to use `esbuild` to compile it down JS: ``` js require('esbuild').transformSync('let x: number = 1', { jsx: 'preserve', loader: 'ts', }) ``` Providing the default...

After looking at the code for a bit, it seems like this behavior is already intended to be implemented and should be working. https://github.com/ghostty-org/ghostty/blob/644acdacdcb02588b3769238e0508d39cd28d460/src/terminal/kitty/graphics_exec.zig#L334-L342 I'll try to figure out a...

Simply replacing 2 image IDs seems fine and works as expected. It does seem related to images being evicted, so maybe the case is that `image.id == 0` after eviction?

> Nothing is shown after running `writ`. Not sure what is wrong here. > > OS: Ubuntu 24.04.3 LTS Kitty: `0.42.2` Please provide the contents of: `cat ~/awrit/awrit_error.txt `

> Same issue here - > > Kitty: `0.42.1` OS: `macOS Sequoia 15.6 arm64` I'm afraid I cannot reproduce this in the same environment with a fresh install. How did...

> > > tried in both fish and zsh it's just giving me these Have you checked the error log to see if there's anything new? What you're seeing is...

> ``` > ❯ cat ~/awrit/awrit_error.txt > [6010:0816/091200.595868:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:169] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need...

> However, the `awrit` gets stuck in a blank screen after being executed. Does the error log say anything different now?