Andrei Dziahel

Results 42 issues of Andrei Dziahel

That's confusing. No, really.

Repro: clone project, run `stack build` or `stack build HDBC-postgresql` [HDBC-postgresql-2.3.2.5.log](https://github.com/FlogFr/FlashCard/files/2650581/HDBC-postgresql-2.3.2.5.log)

Repro: ```haskell data Foo = Foo Int ``` Expected: the `=` is rendered in regular typeface Instead: it's rendered in italic ![image](https://user-images.githubusercontent.com/89889/145804961-15732a02-bbc6-42f7-a482-4e48f75337e8.png)

![image](https://user-images.githubusercontent.com/89889/55497210-8ece5900-5649-11e9-82a9-313e7e19c60a.png) Same goes for `foo'barBazQux` — the `foo'bar` part gets underlined, the `BazQux` is not. Expected: `Data.IO` syntax should be checked as two words, `Data` and `IO`. In case of...

Repro: - Select an expression and issue "Haskell → Show type" action (Alt=) - A popup with type signature appears Expected: 1. Monospace font (instead of proportional) 2. Wrapping (type...

Repro: 1. Have a multi-package Stack project handled with IJ-haskell 2. Create another cabal package inside it and specify it in `stack.yaml` 3. Open above project in IDEA Expected: new...

Repro: 1. Clone https://github.com/serokell/github-ops-access, prepare it with `stack build`, import project 2. Position caret to `_oaInstallation` on https://github.com/serokell/github-ops-access/blob/test/webhook/Main.hs#L57 Expected: other `_oaInstallation` entries in L56 and L42 are highlighted as occurrences...

I mean Git/Mercurial/tarball/local dependencies, those supported by stack and kept in `.stack-work/downloaded/*`. I realize this is probably something implied, I'll just leave it here for backlog purposes.

An intent that would enable user to replace `$` to parentheses and vice versa

Repro: go `.cabal` file, type `quick` somewhere in `build-depends` stanza, a suggestion list appears Expected: the `QuickCheck` package is present in the suggestions' list Instead: the `QuickCheck` package is absent...