Leonhard Riedißer
Leonhard Riedißer
Can confirm this case works now :+1: However, I found another case which leads to a non-compiling result: ```hs newtype Base = Base String newtype PhantomInt a = PhantomInt Int...
Seems to be fixed, except that the cursor jumps to a weird position after case splitting. The above example results in ```hs foo :: FooType -> Base -> String foo...
Ok, I'll try to collect more cases
the quick fix doesn't change anything here (it suggests `(show . f)`, I would expect another fix after that that results in the same as above) ```hs sample :: [Int]...
```hs blabla = (\header -> (fst header) == privateToken) ``` removing the outer brackets work. Removing the brackets around `fst header` doesn't: ```hs blabla = \ header -> fst header...
I totally missed the notifications on this issue, sorry for letting you wait! I just downloaded beta85 and tried it. I can tell that it definitely got better. The fixes...
I came up with this variant: ``` solve :: IO [[Defined (Set M)]] solve = do let allValues = [A .. D] let setsOfThree = filter (\s -> S.size s...
@mrubin thanks for adding the observations from your systems. To me it looks like you have a similar problem like we observe.
We implemented a workaround in the meantime. We're watching the stream completion via the draining control and take down the Kubernetes liveness probe so that the pod gets restarted. It's...
FTR: so far we haven't found a better solution than restarting the whole app. Unfortunately, due to the upcoming license changes to Akka, we won't dig deeper into that.