Thomas Kaldahl

Results 10 issues of Thomas Kaldahl

To my knowledge, older versions of `gmic` had an explicit Inverse Fourier Transform function. This allowed users to import the Fourier Transform output from another program into gmic and recover...

In [visidata/_input.py on line 607](https://github.com/saulpw/visidata/blob/develop/visidata/_input.py#L607C7-L607C7), the cell-edit keybindings are hardcoded. It would be nice if we could customize these values in a config file. My motivating example: I do a...

wishlist

Unicode characters that exceed one byte are not treated correctly. ## Minimal example ### `.vimrc` ```vim let g:AutoPairs = {"X": "Y", "《": "》"} imap ABC 《 ``` *The characters "《"...

Pressing enter inside brackets often messes up indentation. # Example I created an example and reproduced the problem, even upon opening Vim with no other plugins and no vimrc. Open...

Unexpected behavior occurs in the following example. Open a file containing these 3 characters: `([)`. Enter insert mode so that your cursor follows after the opening square bracket. Type `]`....

The word "enviroment" is present in words.txt. I could not find any reputable source that justifies "enviroment" as a proper spelling of "environment". As I will be working with the...

bug

### Steps to reproduce Running pylint 3.1.0 to this code will warn about incorrect 'unsubscriptable-object': ```python import numpy as np arr = np.array([1, 2, 3]) converted = np.int16(arr) print(converted[0]) ```...

False Positive 🦟
Lib specific 💅
Needs PR

I have two monitors of similar resolutions, but one of the two monitors is falsely reported by `xrandr` to be only 9 millimeters tall. X11 provides no method for the...

bug
help wanted

* KOReader version: 2024.04 * Device: Kobo Elipsa 2e #### Issue Night mode does not work. When entered, the entire screen goes white. When I blindly tap the screen buttons,...

Kobo
out-of-date
firmware
To be continued

I use FreeCAD. I also program in Python. In my case, these are separate things, never mixed. Yet when I run `help("modules")` in a Python environment, Python crashes. I determined...