Tomas Aschan

Results 213 comments of Tomas Aschan

`valgradhess` isn't supposed to work for `InterpQuadratic` anyway, since quadratic splines don't have continuous second order derivatives. However, it should work for cubic splines, but since cubic splines and `CoordInterpGrid`...

You're right - this is partly a documentation issue as well. I'll see if I can fix at least the docs promptly.

We've seen something similar before (maybe #29?) and I thought we fixed it. It seems every time I try to fix one broken thing with `InterpCubic`, I break something else......

Here's a different sample, that also fails to build: ```haskell spec :: Spec spec = do before mkSt $ do it "get /" $ \s -> do with (mkApp s)...

> As RBAC improved over time, this turned out to be a poor decision as it collided with many of Kubernetes' principals of who can install what. Tiller was removed...

@joejulian Could you provide an example of how to do that?

Yeah - an abstract supertype of both `AlphaColorValue` and `ColorValue` (in its current meaning) probably makes more sense. If this change is made, will users of `ColorValue` need to change...

@teamterraform Ah, go it! Then, may I suggest that this snippet should format like this instead? ```hcl locals { example = format("hello, %s! this is an %s of %s doing...

I can reproduce this, but with a slightly different env setup. I run VS Code on Windows against WSL, so the extension is effectively running under Linux. I got this...