Nick Santos

Results 278 comments of Nick Santos

@ManAnRuck ``` helm_resource(..., flags=['--values=./path/to/values.yaml']) ```

Is there anything missing from your repro case here? I tried it out with `tilt ci` and got this output: ``` uncategorized │ uncategorized │ Initial Build • uncategorized uncategorized...

ooooooh the k3d info is interesting. K3d tries really hard to be fast. Sometimes they make a mistake and say they're done doing something when it's still ongoing in the...

i thought the Time stuff was for an obsolete version of the API and everything will work fine without it now.

@jbadlato yep, that's exactly what I mean 😊

fwiw, I did this as two lists in [helm_resource](https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource) for a few reasons - trying to keep the tiltfile functions "closer" to the underlying api object - image_deps in the...

oooh, the "Tilt UI prompt" is an interesting idea a few teams have asked for some better ability to add blocking warnings/prompts i wonder if the real answer is to...

thanks! addressed all comments. most of the comments were on to changed things that were also issues in other tests, so i took the liberty of addressing those too. also...

we were able to fix this by making the windows i/o buffer dynamically adjustable, as in https://github.com/tilt-dev/fsnotify/pull/5

@gnoack I think this issue sums up the current merge queue / mainenance situation - https://github.com/fsnotify/fsnotify/issues/413