Patrick McMurchie

Results 19 comments of Patrick McMurchie

@ChairmanTubeAmp thanks for reporting. I think a debug mode will be a good idea. When I've had issues with PyHCL in the past, I've tried to isolate the file and...

@robertpeteuil I regret the useless error message. This happens when (a) PyHCL fails to parse a terraform config (unlikely), (b) when a module is pulled in from a source blast-radius...

@robertpeteuil Yes--or add another condition [here](https://github.com/28mm/blast-radius/blob/5c0589a957253ac54a40254256e2d861661253e4/blastradius/handlers/terraform.py#L49). I'm reluctant to try a patch from mobile, but otherwise happy to commit tomorrow. That whole block needs to be reconciled with the various...

@robertpeteuil that makes a lot of sense, thanks for supplying a use case :) I'm thinking, additionally, of using a [split-dropdown](https://getbootstrap.com/docs/4.0/components/dropdowns/#split-button-dropdowns) component, so that you can disable/re-enable tooltips in a...

@gugalnikov Huh. My first thought was something different about PyHCL, or PLY, but it doesn't look like PyHCL has updated since February 2018 https://pypi.org/project/pyhcl/#history (and it locks the PLY version)....

Hi @joerg One quick work-around, if you don't need docker, would be to intercept the call to terraform -- at present `blast-radius` only calls `terraform graph`, so something like this...

Hi @m4h3 -- you raise some interesting issues :) My somewhat disorganized thoughts follow below. Right now, `blast-radius` parses `terraform graph` to learn about the graph, so in a certain...

At present, there's no direct way to produce a colored SVG from the command line, since javascript is doing the coloring-in. You can save the resulting svg through the browser,...

I agree that a post-processor of some kind is needed. One could be added to the python code base, and optionally enabled with a flag. - You could read in...

@ltomes @MacFlurry thank you. afk -- will try this tonight.