Łukasz Langa
Łukasz Langa
Thanks for the extension, it works great! The one feature that I was missing from Helix was doing search/replaces straight from selections. Hopefully this is in line with your goals...
Using VSCode's `expandLineSelection` for "x" has the unfortunate consequence of being unable to select just one empty line... if that line is followed by a non-empty line. But if the...
Using `editor.action.jumpToBracket` for "m" "m" doesn't match Helix behavior when done in "v" mode. In this case, VSCode is matching the first bracket in the selection, not the bracket under...
With yesterday's update to the Fedora rawhide Docker image, the new gcc 15.2 started reporting some discarded qualifier warnings, that we treat as errors: ``` /home/libgit2/source/src/libgit2/attr_file.c: In function 'git_attr_fnmatch__parse': /home/libgit2/source/src/libgit2/attr_file.c:814:31:...
This demo demonstrates the interesting bits of rebasing, i.e. what happens in the case of a conflict and how to abort. To do that, the demo: - creates an initial...
In `ssh_libssh2.c`, there are three `do`/`while` loops that retry forever on `LIBSSH2_ERROR_TIMEOUT`. Two of thoseare [in _git_ssh_session_create](https://github.com/libgit2/libgit2/blob/58d9363f02f1fa39e46d49b604f27008e75b72f2/src/libgit2/transports/ssh_libssh2.c#L567-L569). This is problematic when the libssh2 timeout is due to the TCP socket...
When a for loop contains branches with `break` and an `else` block, variables declared inside those branches were incorrectly discarded from further analysis, leading Mypy to incorrectly report a variable...
I'm on Windows 11 25H2 (10.0.26200). I'm using 200% display scaling on a 4K monitor. 0.9.4 worked great, but I had to upgrade due to the WinRing0 situation. Now the...
### Description When Pixelfed rescales PNG images, it sometimes corrupts them. Examples of corrupted images: 1. https://pxscdn.com/public/m/_v2/864196871140000822/3dc769ff5-aadbb1/apouub3SlXLH/bDqGnTVr4W5aXMVTMOvfqPjKGWUxD2dYvQHYvJWp.png 2. https://pxscdn.com/public/m/_v2/864196871140000822/3dc769ff5-aadbb1/NNDTXqncb8Ux/xbk7caaOigWdAbpyggBuwPWYvdjnXDXq6NpRfK1q.png ### Steps to reproduce Add a post with this image: https://langa.pl/random/forums/P8310121.png...