Nathaniel Graham

Results 68 comments of Nathaniel Graham

You're not crazy, I am also experiencing this. It's slight, and it probably won't make too much difference, but it's there.

Ok, if you go into OBS, you can set the audio delay to between -8 and -10ms for the application audio, and for me, that re-aligned the audio.

Running on RHEL 8 here, and space + y yanks to system clipboard, but the mouse select does not. `hx --health` shows using xclip. I've just looked at other issues,...

While I realize this doesn't fit every use case, it fits nearly all of mine, so it might help some people. Until this exciting feature is added, I've got a...

+1 for the temporary buffer idea

Virtual Text #417 along with Soft Wrap #136 would also do it, as then, the virtual text could just be placed above or below the error line as virtually wrapped...

I could also imagine ```rust tokio::fs::rename(&tmp_path, path).await?; ``` being used instead of a copy and remove https://docs.rs/tokio/latest/tokio/fs/fn.rename.html

I went the route of making the cached file match the filename instead of having a file called "cachefile" or something just in case multiple saves and crashes occur at...

I don't get why the builds are failing. The file saves to exactly where it's supposed to. Could it potentially be an async thing, where it's checking too quickly and...

> Since it's writing to the cache folder, maybe the CI doesn't allow that? Maybe? But I would assume it isn't looking there, it should be looking for the file...