Matt Landis

Results 20 issues of Matt Landis

## Describe the Feature You Want Some servers write their logs in json so that they're machine-readable. When viewing them in Tilt, it'd be nice to be able to massage...

enhancement

## Describe the Feature You Want Tilt's [Local vs Remote Services](https://docs.tilt.dev/local_vs_remote.html#hybrid) doc says hybrid local/remote development is the most common setup we see. An example project demonstrating this setup could...

enhancement

Two users have reported getting this error when starting Tilt: `Error: writing tilt api configs: open /home/$USER/.tilt-dev/config.lock: file exists` We don't have a repro. The issue can be worked around...

bug

## Describe the Feature You Want e.g.: ``` load('ext://helm_remote', 'helm_remote') helm_remote('mysql', repo_name='bitnami') ``` `tilt up` causes the pvc `data-mysql-0` to be created. `tilt down` should cause it to be deleted....

enhancement

### Expected Behavior Tilt indicates what field in what object is invalid. ### Current Behavior The output looks like this: ``` ERROR: Traceback (most recent call last): /Users/matt/go/src/github.com/tilt-dev/servantes/deploy/Tiltfile:1:9: in :...

bug

## Describe the Feature You Want The ability to use [kustomize plugins](https://kubectl.docs.kubernetes.io/guides/extending_kustomize/) with Tilt's [`kustomize builtin`](https://docs.tilt.dev/api.html#api.kustomize). (alternatively, the ability to invoke `kustomize` without having to reimplement the builtin's [kustomize dependency...

enhancement

A user reported this error on `tilt up`: ``` Error: writing tilt api configs: error loading config file "/Users/username/.tilt-dev/config": yaml: control characters are not allowed. ``` The error was fixed...

bug

## Describe the Feature You Want `k8s_resource` and friends can define links on a resource. These links have to be resolved during Tiltfile execution. If the Tiltfile is also responsible...

enhancement

### Expected Behavior [these docs](https://docs.tilt.dev/api.html#types) show the fields' types ### Current Behavior the fields are described in the docs for the types' constructors ([for example](https://docs.tilt.dev/api.html#api.v1alpha1.ui_input_spec)) but not the types ###...

bug

## Describe the Feature You Want something like `config.set_disabled_resources(['foo', bar']) ### Current Behavior One can: 1. `config.set_enabled_resources(['every', 'other', 'resource', 'but', 'foo', 'and', 'bar'])`, but that's going to have problems staying...

enhancement