Thorsten Ball
Thorsten Ball
I've got an update. Word on the street is that macOS 14.5 Beta might contain a fix, if someone is brave enough to try it.
That sounds promising! Thank you for reporting back @jdsimcoe
> I simply need to have ghostty running and start Nvidia Now. It takes a few seconds and then freeze. Before the beta it was rebooting right away instead of...
That's very curious, I have no clue as to what it could be after looking through the changelog.
Yeah, I think it's unrelated to `git blame`. If you save the file again after undoing the deletion, the blame information comes back, but the file didn't look "unsaved".
Yeah, the problem is that we splice all edits into the git blame data. Undos count as edits too. So from the perspective of our data model, the line _has_...
Yeah, I think the best way to do would be to compute width dynamically. I don't like to introduce a setting for this.
Thanks for tagging, @SomeoneToIgnore! Few thoughts: 1. I think the analysis is correct and that we should switch to `auto`, now that we pass the file name along properly. 2....
> And this will work. This is so strange. We are using Mac, same codes, different outputs? How? No, I was wrong. It didn't work for me! I was just...
Here, that's how I'd do it: ```diff diff --git a/crates/node_runtime/src/node_runtime.rs b/crates/node_runtime/src/node_runtime.rs index 426b5c4d3..517d5dd1f 100644 --- a/crates/node_runtime/src/node_runtime.rs +++ b/crates/node_runtime/src/node_runtime.rs @@ -226,18 +226,20 @@ impl NodeRuntime for RealNodeRuntime { let node_binary =...