Carlos Esparza

Results 17 issues of Carlos Esparza

### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in exsisting issues or prs. ### How to reproduce the problem Open any...

bug
upstream

I just came across a lot of unexpected behavior when using `snip.expand_anon` in snippet actions, so I am documenting it here. Possibly related to #1433. ### 1: `post_expand` with empty...

bug: low
difficulty: hard
triaged

Consider this minimal example: ``` post_jump "snip.expand_anon('aaa')" snippet sn "description" A $1 B endsnippet ``` Now open an empty file and type `snuddi` **Expected behavior:** Expected text would be just...

**Describe the bug** Sometimes, when I click on a file link in kitty, the whole process crashes. On the most recent occurrence I found this in `journalctl`: ``` Aug 11...

bug

This uses a Cholesky decomposition instead of diagonalization in `correlated_values` and `correlated_values_norm`. The idea is the same as presented in #99. However, dealing with degenerate covariance matrices proved to be...

Trying to do by hand exactly what `correlated_values(nom_values, covariance_mat)` does I thought of a different approach than the one used in the current implementation: ``` n = len(nom_values) L =...

I tried to get vim-surround to always keep the cursor on the same character when adding/changing/deleting surroundings, if the `move_cursor` option is false. And if the cursor is inside a...

### Description vimtex's syntax highlighting is a bit slow at times. It's not terrible but if I open a large tex file and scroll up and down with my touchpad...

bug

**Describe the bug** This extension does not reap the xprop processes used to remove decorations from maximized or tiled window. **To Reproduce** Steps to reproduce the behavior: 1. Set the...

I noticed that `keyd` will have a small amount of cpu usage while I'm using my touchpad (~0.3% on my i7-1065G7). Indeed, running `KEYD_DEBUG=2 keyd` show several hundred lines of...

bug
todo