Kale Kundert

Results 34 issues of Kale Kundert

The way that vim automatically indents python code[^1] differs from the black format. I'm aware of two differences: (i) lines within parentheses/braces are indented twice rather than once and (ii)...

T: enhancement
help wanted
C: vim
S: accepted

I just finished writing the extension, and I think it fits well with the rest of the list.

It took me a while to figure out that the following error was refering to a problem with my avendesora config, not with emborg or borg itself. ``` $ emborg...

For example, I'd like to have a hotkey that causes a window to take up half the screen. I'd also to detect when new monitors are connected, and then resize...

I had a problem where the optimizer was only sampling at integer points. It would've been easier to figure out if this warning message included the duplicate point.

In most linux applications (including gvim), middle-clicking pastes the contents of the secondary buffer into the active text field. However, nvim-gtk seems to ignore middle-clicks. **Technical information** - OS: Fedora...

I use ``set mouse=''`` in my vimrc file to prevent the cursor from moving when I click on a window to focus it. This setting works in regular gvim, but...

Today I was trying to debug an issue where a function of mine was unexpectedly being called from two places. I was using `debug()` within the function, but it only...

Support for "tab-order" is a pretty universal feature of GUI libraries. The implementation I have in mind looks something like this: - There would be a Tabable mixin class that...

enhancement

Building the docmentation generates hundreds of warnings. Most of these seem to be the same few warnings, caused by a handful invalid "any" references in pyglet, repeated over and over...