Nick Santos

Results 278 comments of Nick Santos

HA. thanks for reporting. ya, this is deliberate. https://github.com/tilt-dev/tilt/blob/master/.goreleaser.yml#L39 as i recall, this is a fairly divisive issue in the goreleaser user community because GOOS (and go devs in general)...

thanks for the request! ya, the "auto-run tests when the service update" use-case has come up a couple times recently in different forms. Agreed that resource_deps is not good for...

Ya, I go back and forth on this - there are some services where this warning has saved my butt (e.g., the pod was restarting because some config file was...

just a note that this came up in discussion today (though note you can clear the warnings by clicking 'clear logs')

ah you're probably hitting https://github.com/tilt-dev/ctlptl/pull/182, minikube v1.25 changed the containerd config format. upgrading to the latest version of ctlptl should also fix it.

AFAIR, we did something like this in the very early days of tilt. You're right that it's not hard to implement. The problem is that k8s object grouping affects a...

We currently have two APIs for this: - .tiltignore (https://docs.tilt.dev/file_changes.html#tiltignore) - watch_settings (https://docs.tilt.dev/file_changes.html#watch_settingsignore) both of which will tell tilt not to rebuild anything when certain files change i don't think...

thanks for the request! shouldn't be too hard to add. the api exists on Cmd, just needs to get passed through the extension code that creates the Cmd: https://github.com/tilt-dev/tilt-extensions/blob/master/uibutton/Tiltfile#L107 https://api.tilt.dev/core/cmd-v1alpha1.html

I like this request! I'm going to move this to the main repo.

This might be a good external contributor issue, TBH. Maybe not a FIRST contributor issue (it touches a lot), but it's basically adding new fields to existing wiring. Here's a...