Kristián Balaj

Results 21 comments of Kristián Balaj

@bezirg sorry for the late reply, I've missed a notification. No need to reopen I've checked whether the https://github.com/input-output-hk/plutus/commit/4e0d6ed332b782367e68510808c38de90e04343c commit hash is in the git log of this commit of...

> Otoh does your project not work if you dont have that hie-yaml file? Yup, the plugin was not working for me until I've added the `hie.yaml`. After that the...

@jneira after deleting the `hie.yaml` and doing `cabal clean && cabal build` while VS Code closed the `Multi Cradle: No prefixes matched` is there after opening the VS Code. But...

Sure! Here it goes Cabal file ``` cabal-version: 2.4 name: vocabulary-proj version: 0.1.0.0 -- A short (one-line) description of the package. -- synopsis: -- A longer description of the package....

> Features before requirements ..... Yeah sure, it's your choice. I agree that extending the requirements will make the features invisible. But you could at least add a link to...

> mmm I think the cause of the issue is the duplicate hs-source-dirs, if you remove the last one it should work without hie.yaml Yup my bad, it's working now....

Yeah I have all the things on my PATH. I'm using MacOS. The reproduction steps to the mentioned issue are: 1. Have the VS Code closed 2. Run the `cabal...

Well, I've tried this mupltiple times but this issue looks somehow non-deterministic 😄 The error notification is displayed non-deterministically. There is no difference between the projects from my point of...

@jneira I was going to open up an issue regarding the missing GHC popup. When I was digging into the issue deeper I've found out that I was starting the...

> Further, I think this is the correct semantics for -fforce-recomp. The flag is intended to say "if you are recompiling the package, then you should recompile the so-flagged files"...