Nikolay Kolev

Results 137 comments of Nikolay Kolev

``` $ brew reinstall xhyve ==> Reinstalling xhyve ==> Downloading https://github.com/mist64/xhyve/archive/v0.2.0.tar.gz ==> Downloading from https://codeload.github.com/mist64/xhyve/tar.gz/v0.2.0 ######################################################################## 100.0% ==> make GIT_VERSION=0.2.0 🍺 /usr/local/Cellar/xhyve/0.2.0: 3 files, 228.5K, built in 17 seconds $...

Compared to `tklx/base:0.1.1`, you add `adduser`, `libcap-ng0`, `libfdisk1`, `liblz4`, and `ncurses-base`.

@james-w Any chance to trim the images further by removing those?

@jbardin This looks like a minor and backward-compatible effort though. While waiting for the big features to be prioritized, we keep struggling daily and produce hard-to-maintain unreadable code!

@apparentlymart I think `enabled = ` could work just like `count = ? 1 : 0` and people would have to use `one(aws_instance.foo[*])`. Basically, `enbaled` would be syntactic sugar and...

@Tbohunek I wish `one([*])` could be sugared somehow. Talking about outputs - I wish they had `for_each`, `count`, and `enabled`, too!

I'm not sure why everybody's so inclined for these long and not very meaningful `include_if` and `only_if`! Do we have `include_if` or `only_if` in the `for` expressions? No! So, why...

@Schoonology It surely is a bug. The only workaround possible _without a code change_ is: 1. Lock the workspace 2. Delete the sensitive variable(s) remotely 3. Create a file like...

@pkolyvas As our TFC plans grew big, we can't use `terraform import` anymore, which is really sad. Is this something you're gonna fix anytime soon or should we work on...

From what I see, this is not solved in `v0.14` (as it's not listed in the changelog), we hope it at least gets fixed in `v0.15`. Most of the people...