Thayne McCombs

Results 592 comments of Thayne McCombs

Currently `nvim_open_term` expects the buffer it is given to be empty. What if that was changed so that if it is given a buffer that is non-empty it starts by...

I think having a scrollback limit that is set to something by default is fine. But it should be possible to set that limit higher than 100000 if desired.

Hmm, I wonder if this because in Nix it's using different files than other parts of the system, so those files aren't in the file cache yet. If you run...

It looks like slurp just delegates to the wayland library to load the theme and choose a cursor: https://github.com/emersion/slurp/blob/7a91fe68a67d37b98a904f41f535549a223efccb/main.c#L850 And I think it only does that if the compositor doesn't...

When I attempt to run `jstack` against the pid I get: > 24914: Unable to open socket file /proc/24914/root/tmp/.java_pid24914: target process 24914 doesn't respond within 10500ms or HotSpot VM not...

Yes, it is a large project. I have tried going up to 8GB to fix this, and still encountered it. I've tried going up even higher, we'll see what happens.

> Why the `Option` is the Option's Residual type? Because `from_residual` should always be called with `None`. `Option` would also work, if `!` is stabilized before the Try trait. `!`...

What is the benefit of "optimising" to a call of `try_foreach`?

Hmm, I get the motivation, but I'm not sure --prune-parent is the best solution for it. It doesn't fully solve the problem, because it might search a bunch of other...