Edwin Hermans

Results 13 comments of Edwin Hermans

@cweagans what works for me is using the `compile_commands.json` db generated with `pio run -t compiledb`. I symlink it from its location to the project root.

and for purposes of having git automagically use these for subcommands you could also check what the binary is called as. if called as git-get, act as git-get, if called...

I use virtualenv but I also use 2 libraries in that venv, krakenex and gdax. krakenex has requests [required: =2.18.2 as dependency. So more flexible dependencies would be nice, especially...

Interesting solution, but it requires installing appmesh on your cluster. kubectl-node-shell needs nothing else and leaves no trace

What would be the canonical way to add these iptables rules? Where can we hook in to have these rules automagically created when the driver creates it's ruleset?

We have a cloud-wide ACL to protect ports between 1024 and 10240 from outside connections (possibly badly protected services) and so we need the NAT setup to choose ports between...

With cloud-wide I mean the subnet encompassing our k8s cluster but also some non-dockerized workloads on standard VMs

@danieldreier thank you, will do. I actually tested it with typescript and there's no problem there, so I'm guessing it could be something with the 2 levels of Sequence that...

@jsteinich yeah, replacing the `boot_disk` definition with ``` boot_disk=[ComputeInstanceBootDisk( initialize_params=[ComputeInstanceBootDiskInitializeParams( image="debian-cloud/debian-9" )] )], ``` fixes it. terraform output then looks like expected: ``` "boot_disk": [ { "initialize_params": [ { "image":...

I guess this should be closed since it's an issue with jsii