Frederick Roth
Frederick Roth
Seems to be a problem with newer ghci versions. You can still install it using stack resolver: lts-14.22 for example
There actually is a pull request for it: https://github.com/chrisdone/hindent/pull/555 But as hindent is unmaintained at the moment: https://github.com/chrisdone/hindent/issues/557 I think for the moment this is what we are stuck with.
same here
I am also running into this problem. (here was some thought which does not make sense any longer since I read the scalatest issues you linked. But I am unable...
The following workaround solves the problem for me (jvm): ``` scala class TestExample extends FixtureAsyncFreeSpec with AsyncIOSpec with CatsResourceIO[Int] { override val executionContext: ExecutionContext = ExecutionContext.global // ... } ```
I am pretty unsure whether the failing build output has something to do with my change. It does not seem so but if it does: if someone explains it to...
@johanandren I tried to pick up #27206 but got no response by the original author. How can I proceed from there? Can you tell me if the idea of the...
Is there any progress on this? Currently working on projects that use 2.X and 3.X macros (via cross compile) is reminding me of the old days when I used vim...
Thanks, for the info. I will have a look if project-matrix makes my life easier :)
@ckipp01 Could you share the code of your custom release step for maven-metadata.xml? struggling with the same problem currently