fantostisch

Results 24 comments of fantostisch

Video showing the error: https://user-images.githubusercontent.com/3309700/171868808-d5385471-f33a-4028-b0ae-085102d2323f.mp4

A normal user might not do such actions to trigger this error, but the IllegalThreadStateException and NullPointerException seem to show up in the crashes in the Play Store of the...

It would be nice if the documentation would be shown of what is suggested in the window. Someting like this: ![intellisense2](https://user-images.githubusercontent.com/3309700/107151374-8be9d100-6962-11eb-9c0d-6cbc7c6bbc7d.png) I will try to implement this

It looks like we have to add a PsiElement to every LookupElement. Doing someting like `createLookupElement(_).withPsiElement(...)` in https://github.com/rikvdkleij/intellij-haskell/blob/64ff54e04ec751edcd8f184a79c5eff4a775ae85/src/main/scala/intellij/haskell/editor/HaskellCompletionContributor.scala#L413 should work, but I have no idea were to get the right...

When importing TVar using ```hs import qualified Control.Concurrent.STM.TVar as TVar ``` Control.Concurrent.STM.TVar does export newTVar, but it is defined in GHC.Conc.Sync. This is a problem when using `HaskellReference.findIdentifiersByModulesAndName`, because but...

Seems to be broken when not using a window system: `emacs -nw file.txt`. When using `emacs file.txt`, it does seem to work.

Adding `evil-terminal-cursor-changer` to `dotspacemacs-excluded-packages` does not seem to fix the issue. Forgot to mention my setup, tested on Ubuntu 21.10: #### System Info :computer: - OS: gnu/linux - Emacs: 27.1...

I am not using a daemon and restarted Emacs. On startup I saw a message `deleting evil-terminal-cursor-changer`. I just discovered that it only shows the `SPC SPC- which-key: There are...

After starting Emacs without disabling the `evil-terminal-cursor-changer` extension and without commenting code out, the log shows: `spacemacs-buffer||propertize-heading: Symbol’s function definition is void: all-the-icons-material` when using `-nw`. When not using `-nw`...

SPC SPC does not work in https://github.com/syl20bnr/spacemacs/commit/b7e1dee13f619646d9d419f518f6ba8d835bef41, b7e1dee13f619646d9d419f518f6ba8d835bef41 is the commit that introduced the bug. Just tested and the commit also seems to introduce the `spacemacs-buffer||propertize-heading: Symbol’s function definition is...