Calum Sieppert
Calum Sieppert
Same thing happens for `class` and `instance` patterns, for example: ```haskell instance Class Data where f = a -- | haddock g = a class Class where f :: Data...
> can you maybe check if it's actually looking through those directories that are supposed to be globally ignored? I just tested this out and the folders in `projectile-globally-ignored-directories` seem...
> I see now that I have a customization to add the --hidden flag for ripgrep Oh yeah I don't have that, and I just tested one of the non-hidden...
Regarding the point that not allowing global config allows `fd` to operate consistently across systems in scripts, there's already the `.fdignore` file which today caused this exact issue of `fd`...
Same issue with `avy-goto-char-in-line`. Passing `avy-goto-char-in-line` to `avy-with` instead of `avy-goto-char` seems to fix the issue.
Seems like `nodeIntegration` and `contextIsolation` are breaking this https://stackoverflow.com/questions/66612493/process-is-not-defined-for-electrons-getting-started-app
I was getting the same message after I first installed the extension and reloaded the window even though dotnet 8 is installed I believe ``` dotnet --list-sdks 6.0.126 [/usr/share/dotnet/sdk] 8.0.101...
Arch 6.7.0 for me > I reloaded the window after being sure .NET 8 SDK installed, just like @rynoV experienced the message went away but nothing happens right. For me...
> which is everything you need to know to run precisely that step via Replay. @kurtschelfthout could you expand on how to use this feature? I'm on version 3.0.0-rc3, and...
Maybe try updating Magit and Forge to the latest versions, that fixed a similar issue for me.