Jacob Sandlund
Jacob Sandlund
I just got bit by this too. Also, it would help if the docs on the website reflected the latest version.
For me, I got it working with setting: ``` # in gradle/wrapper/gradle-wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip # in gradle.properties javaVersion=17 ``` Though there were some intermediate failures: ``` Compilation with Kotlin compile daemon...
See this comment: https://github.com/firebase/firebase-tools/issues/4239#issuecomment-1065412510
Ah, from this Stack Overflow post, it might be because one of my environment variables starts with `FIREBASE_`. https://stackoverflow.com/q/71250286 There is no debug log or output that I see that...
I've been researching this task, and will continue to do so Sunday, but I wanted to report: * As @pluiedev mentioned, `zg` is written in such a way that it...
Finally got around to working on this, and I've got a PR up in https://github.com/ghostty-org/ghostty/pull/7806. There's still a little bit of a question about adopting `zg`, as I needed to...
> Rebase again due to merge, thanks :) Done!
> This looks awesome. I want to run a `vtebench`, cat a non-ASCII file, and also see what our wcwidth test results are after this before merging, if possible. I...
@mitchellh I see the same thing. for reference for others, this is main: --- So, this PR drops the score from 106 to 98. And then if I run ucs-detect...
I'm still investigating this, but I'll share my findings thus far. I have a branch on top of https://github.com/jacobsandlund/ghostty/pull/1 that compares the cumulative `advance.width` for a grapheme cluster using Coretext...