Andrei Dziahel

Results 82 comments of Andrei Dziahel

> Didn't you are also a Scala developer Since Scala is a requirement to contribute to ij-haskell, I am :)

Now the aforementioned upstream issue got resolved with [the following answer](https://youtrack.jetbrains.com/issue/IDEA-254531#focus=Comments-27-5447185.0-0): > In case of Haskell and Scala that behavior should be tuned on the language plugin side. There is...

OHMYGOD YES PLEASE consider wrapping stacktrace to something like `Something meaningful...stacktrace...` BTW. Works good for https://github.com/KronicDeth/intellij-elixir/issues/902

Affects me too on Linux. My guess is the executable somehow gets a non-pty stdout/err which causes output buffering to be enabled automatically.

changing the sample source in following way ```haskell module Main where import System.Posix.IO (stdInput, stdOutput) import System.Posix.Terminal (queryTerminal) import Lib main :: IO () main = do putStrLn "Hello, what's...

Nope, didn't work for me. With the project I work on, that is.

Thanks for implementing this, it does the job in test project indeed, but I've ran into following exception after adding a package to the day job project: stack trace ```...

All right, here's a redacted screenshot. The package directory name, .cabal file name and package name in the .cabal file are all the same. ![screenshot from 2019-02-09 18-52-30](https://user-images.githubusercontent.com/89889/52522889-2f347c80-2c9c-11e9-8903-4836446227f3.png)

none, besides usual `.gitignore` & `.stack-work` BTW copying&renaming `.iml` file from sibling package & referencing it in `.idea/modules.xml` did the job

by simply adding the ```yaml - REDACTED_PACKAGE_NAME ``` line under `packages` key