Nick Santos
Nick Santos
## Describe the Feature You Want Your tiltfile should be able to specify which kubernetes context to switch to. e.g., ``` k8s_context('minikube') ``` If you edit the k8s_context call in...
Currently, live_update watches files and syncs only what's changed. Pras Velagapudi writes: > I'd like to > - manually trigger my cmake build (currently in a separate local_resource) > -...
## Describe the Feature You Want Tilt should be able to infer error/warning level from the log text. ### Why Do You Want This? Currently, user processes don't have any...
A question we've gotten a few times in the Tilt channel: > is there any way to access config vars (loaded from tilt_config.json) in a Tiltfile loaded with include? The...
Filing this on behalf of a user. They store their images inside a VPN. When they pull, the error message tells them to connect to the VPN: ``` docker pull...
Create two modules: ```js // module 1 /** @constructor */ function Point(x, y) { this.x = x; this.y = y; } var ZERO = new Point(0, 0); ``` ```js //...
Thanks for this library! We use the `useStorageState` hook to persist some state to local storage while the user is typing, so we can restore it on refresh. Recently, we...
Note that this does not fully fix the referenced issue, but at least makes sure that API clients don't hang forever on the initialization step. (now it hangs on a...
**Description** If you have two different docker contexts with different credential systems, `docker login` does not interact with them correctly **Steps to reproduce the issue:** 1. Install docker engine and...
**Description** **Steps to reproduce the issue:** 1. Create a socket file with a dead listener by running: ``` nc -lkU /home/nick/test.sock ``` 2. Run any docker command against the socket...