Carlos Esparza

Results 52 comments of Carlos Esparza

#103 affects some of this. The code in the pull request raises an error if the covariance/correlation matrices are not positive semidefinite (e. g. off-diagonal elements larger than one in...

After upgrading to v72 (19cc612 to be precise) I'm having this problem again... and @macgeneral's fix doesn not seem to work anymore (`stylesheet.css` has changed). Did anyone manage to adapt...

So https://github.com/neovim/neovim/issues/19472 has been fixed but I'm still having this bug. (it might have gone away for a while and reappeared?)

I'm seeing pretty high idle cpu usage on my build of this branch. It constantly hovers around 3-4% on an empty terminal prompt, even if minimized (as opposed to 0.00%...

> Fixed by [8c0607b](https://github.com/kovidgoyal/kitty/commit/8c0607b8e09b97376491dd5c151d3dd04b190cd2) can confirm!

Here's a bug: write just "⚠️" into a text file. Then opening the file with vim (9.0) or neovim (lastest master) shows what looks like a file with just one...

This is also affecting kitty. The workaround sending `OSC 7` does not work for kitty since it doesn't support `OSC 7` (https://github.com/kovidgoyal/kitty/issues/3024#issuecomment-930352975). The author of kitty outlines how things should...

I don't really know how setsid works, but the author of kitty says that kitty looks at the child process with the highest pid associated to the terminal, which would...

It turns out kitty *did* add support for `OSC 7` in https://github.com/kovidgoyal/kitty/commit/afa6128155630e7506f4ad229eccb84bbd8731fb and https://github.com/kovidgoyal/kitty/commit/e33bf110123b8715a1399240c54e622456d9a374, if you use `launch` with `--cwd=last_reported`. With that, @joshbode's workaround ```vim autocmd DirChanged * call chansend(v:stderr,...

You're right. I thought that another change was needed but I checked my config and it just has @joshbode's line