Thomas Kaldahl

Results 9 comments of Thomas Kaldahl

I fixed the issue by installing `python2-gimp` and `libffi7`.

The Fourier Transform doubles the size of the image to create sections for magnitude and phase. The Inverse Fourier Transform ought to be able to take two images, magnitude and...

Issue occurs without `coc.vim`. One can reproduce the error without any other plugins loaded. Steps: - Use this snippet, for example in `text.snippets`: ``` snippet pair "Ordered pair" ($1, $2)...

Found the issue. There's an undocumented variable called `g:AutoPairsWildClosedPair`. This should be added to the documentation.

Issue is not fixed. I suggest this issue be re-opened, or I shall create a new issue. Open Launcher continues to interrupt other apps with a pop up saying "Create...

I spent some time reading the source code to figure out how it works. # `--name-format` and `--playlist-name-format` `--name-format` and `--playlist-name-format` both describe the name of each downloaded file (sans...

Hello, given it's just about the end of summer, are there any updates? I ask because this is a very important bug, and its status will determine whether a large...

Hi, I'm sorry I conveyed a sense of pressure. That wasn't my intent. But as others have stated, this bug defeats the purpose of the app for many people. And...

Also running into this crash with the SageMath library, `extension-pkg-allow-list=sage` option, and the following 1-line Python file: ```python from sage.numerical import mip ``` Versions: ```shell pylint 3.3.4 astroid 3.3.8 Python...