monnef
monnef
Same issue on Manjaro with i3 (without compositor, 3 monitors, 2 are mirrored). Edit: Seeing it might be an issue with missing compositor, transparency in Flameshot works (very similar app,...
It looks good, no more black screen :+1:. Second monitor is a bit shrunk (I guess the overlay on a second monitor doesn't cover whole screen, but a "screenshot" of...
Same issue with black checkboxes on Ubuntu 22.04 (LTS) with KDE and dark theme.
This happens to me too. In my case it's when I have the hint present, change code around or inside the yellow squiggly lines and then apply (I guess it...
I don't really know how the package hiding works, but the navigation is still a bit unreliable. For example: ```hs import qualified Data.Text as T ```  At first I...
Oh, you are right, I misread the title. This issue is only for navigation between libraries, not to libraries from a project code as is my case. I am sorry...
Here: https://gitlab.com/monnef/gododoc/-/blob/f012a4a6c74cb197448635fc61928c2a46d4f22a/src/Generators/Markdown.hs#L202 It's possible I have something misconfigured, but other libraries seem to work with navigation (e.g. `filepath`, `time`).
Invalidating cache didn't help, same with update haskell tools and hoogle. I checked if the plugin is up to date and discovered it refused to update beyond beta72. Took me...
I think I am experiencing the same issue. I am using a version from the plugin repository, `1.0.0-beta88`. ExternalToolPass: com.intellij.diagnostic.PluginException: annotator: intellij.haskell.annotator.HaskellAnnotator@2fc96fb4 (class intellij.haskell.annotator.HaskellAnnotator) [Plugin: intellij.haskell] at com.intellij.ide.plugins.PluginManagerCore.createPluginException(PluginManagerCore.java:270) at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:12)...
It is still happening. I am now at IDEA 2022.2 (#IU-222.3345.118) and the plugin is 1.0.0-beta88 (most recent in the "store"). The crash occurred when opening [oats](https://gitlab.com/monnef/oats) (master branch, currently...