Nick Santos
Nick Santos
## Describe the Feature You Want Display runtime pending reasons in the Tilt sidebar UI, e.g.: - Waiting for new pods - Waiting for pod X to initialize - Waiting...
From the tilt channel: ``` I cannot get live_update working on Windows. Tried one Win 10 machine and one Win 11 machine. Same issue on both. The tar command never...
Repro steps: - Create a socket file with a dead listener by running: ``` nc -lkU /home/nick/test.sock ``` - Start tilt and try to connect to the socket: ``` DOCKER_HOST="unix:///home/nick/test.sock"...
Hello @milas, Please review the following commits I made in branch nicks/dclogs: 467df7cf94c856c71eef2bc61a016a26b553005e (2022-05-18 15:00:43 -0400) runtimelog: port docker compose log streamer to the reconciler Code review reminders, by giving...
We've had at least two users in the Tilt channel struggle to set up Tilt with Argo Our current docs on setting up other, similar kinds of CRDs are pretty...
If you try to send a snapshot larger than 4mb, you hit the GRPC message size limit and get an error
## Repro steps: 1) Checkout tilt 2) Add this Tiltfile ``` local_resource('web', serve_cmd='cd web && yarn run start') ``` ## Expected behavior: We should start up the tilt webpack server...
I'm seeing a problem where Tilt sometimes duplicates builds incorrectly. The flow looks like this: 1) Deliberately introduce a typo in a Dockerfile 2) Let tilt build it 3) Fix...
Currently, if a cluster offers BOTH a local registry and an in-cluster builder, Tilt will prefer the in-cluster builder We should change this to prefer the local registry This is...
### Current Behavior Tilt currently has a way to set the maximum number of parallel updates: https://docs.tilt.dev/api.html#api.update_settings Tilt also has an API for determining why a resource is waiting: https://api.tilt.dev/interface/ui-resource-v1alpha1.html...