Stefan

Results 9 comments of Stefan

As a workaround, I have noticed that annotating the return value will succeed with mypy. ```python from typing import Any, Dict from dataclasses import dataclass, asdict @dataclass class D: x:...

I've looked into this because admittedly, saving at least $60/year/node sounds great for the non lucrative side project. There are two ways you can squeeze the cluster - remove the...

Unfortunately, it looks like this is not something we can fix at the moment. > Is there a way to have a resource run a command before it is destroyed?...

Err... open issues everywhere! Looks like kubernetes/kubernetes#20352 is preventing the delete nodes command from being a oneliner like: ``` kubectl delete node $(kubectl get nodes -o jsonpath='{.items[?(@.status.conditions[?(@.type=="Ready")].status=="Unknown")].status.addresses[?(@.type=="InternalIP")].address}') ```

I'm keeping an eye on this and will add this once Terraform supports. Just to keep track of discussion, hashicorp/terraform#649 was closed in favor of hashicorp/terraform#386 and it's looking like...

[Terraform 0.9](https://www.hashicorp.com/blog/terraform-0-9/) introduces Destroy Provisioners so it looks like it's time to solve this the right way.

I would like to bring attention back to this, if possible. I have lots of files that have ended up duplicated. It would be really nice if, in the face...

Awesome. Adding onto this, I came up with the following "one-liner" which will somewhat arbitrarily delete one copy of a file if two "ID" are occupying the same path: ```...

@jieter could you take a look at #970 and let me know your thoughts? I am in a similar position with some gnarly html coming out in export headers and...