George Thomas

Results 111 issues of George Thomas

This extension is very handy, but the one thing it really lacks is a command for quickly enabling/disabling all functionality. I don't spent much time in bracket-heavy code, so the...

As I understand it (correct me if I'm wrong / over-simplifying), Hie uses Hoogle when Haddock docs are not present. My project is configured with `--enable-documentation` and thus, as far...

What is the likely future of Spotify integration in GassistPi? Would you be considering using spotipy to control spotify through the Web API (e.g. "play Losing My Religion" would use...

enhancement

Does anyone know why, even with `-fdefer-typed-holes`, holes are reported as errors rather than warnings? I've been curious about this for a while, but it hasn't caused my any real...

type: bug
component: ghcide

As it stands, it seems that Haddock docs show up for boot libraries, and the project being developed, but not for third party libraries from Hackage. I would guess (without...

type: enhancement
can-workaround
component: plugins

Can't be merged while we still support GHC < 8.10, due to the dependency on `ghc-lib-parser-9.2`.

The [Windows guide](https://github.com/haskell-gi/haskell-gi/wiki/Using-haskell-gi-in-Windows) could do with a bit of love. - I think it would be preferable to suggest users use the `MSYS2` bundled with `Haskell Platform`, and update the...

I've seen elsewhere that some functionality from base has not been implemented. The lack of eqTypeRep and HRefl from Type.Reflection are the one thing stopping us from using eta in...

When running e.g. `vdacBy $ atMidi polySynth`, is there any way to set the window dimensions? I can't even use my window manager to adjust them. I was hoping to...

From #1032: > we currently can have absolute imports on Linux and macOS, but it's not possible to have them on Windows, as the parser doesn't even accept the syntax...