Jakob Brünker

Results 10 issues of Jakob Brünker

I've experienced this especially with UnityEngine and to a lesser extent IntelliJ. Sometimes, when switching back to the workspace the windows were on a second ago, they're just not there...

bug

This is a feature request. On websites the top-left most thing is often a link to the homepage of that site, as e.g. github, and hackage (while not on a...

### Your environment Ubuntu (under Windows 11 WSL) ghc 9.4.2 via ghcup Reproduction repo with minimal example: https://github.com/JakobBruenker/a-cabal-error Which LSP client (editor/plugin) do you use? VS Code, but running haskell-language-server...

type: bug
component: ghcide

As far as I can tell, everything, including the test suite, still works, if the bound for `base` is updated from `< 4.19` to `< 4.20`, and the bound for...

The registration page includes a warning that an account must request being added to the Uploader group before being able to upload. Immediately below that, there is a button labelled...

Hi, I noticed in a project in which I'm using a GHC parser plugin that hlint doesn't seem to take this plugin into account. Is there a way to tell...

Right now, in the function s:ghcid, "--color=never" is hardcoded as an argument, and it cannot be overwritten by typing "--color=always" in `g:ghcid_command`, as far as I can tell. It would...

nvim

Hi, as far as I can tell, using newtypes together with phantom types isn't supported at the moment, i.e. essentially ```scala case class Identifier[T](value: String) ``` but as a newtype...

It would be great if you could filter by filename. For example, I was just trying to find all instances of explicitly promoted data constructor operators (i.e. things like `':|`),...

[ghc.nix](https://github.com/alpmestan/ghc.nix) recommends using `./configure $CONFIGURE_ARGS`, and also provides a convenience command `configure_ghc` which does the same. It seems like would make sense to recommend one of these here instead of...