Ellie Hermaszewska

Results 247 comments of Ellie Hermaszewska

@noraesae, running `cabal configure --enable-tests` will get ghc-mod using the cabal files again. As far as I can tell there's no way to get this working using just stack.

Opened this against fzf: https://github.com/junegunn/fzf/issues/2216, you're right that it's not really a coc-fzf problem

Ignoring `NonTerminals` it could look like this: ```haskell match :: Prod r e t a -> Prod r e t ([t], a) match = \case Pure a -> Pure ([],...

At the moment I'm doing something hacky like this: ```yaml - id: check_issue if: ${{ failure() }} run: | issue_title=blah echo "::set-output name=issue_title::$issue_title" echo "::set-output name=create_issue::true" hub issue --state open...

Might be worth adding the `textDocument.codeAction.codeActionLiteralSupport` capability to this list.

For anyone else finding this, #1526 isn't the whole solution. From @fendor on IRC > it would require more investigation. The invocation is correct, but targets are a bit unexpected.

Seems to happen with explicit flags (with the `bios` cradle too). As far as I can tell #1526, seems to just change telemetry options (the important commit seems to have...

Ah, I was wrong, at least for my small test case. With #1526 (without the reverting commit) `Bar.hs` is not reloaded. I still suffer from this in a larger project...

right, that explains it, hopefully this will be better with HLS! Happy to have this closed if these issues are already mentioned elsewhere, not that it really matters much in...