Nick Santos
Nick Santos
good catch! ya, we should probably have some sort of file-based lock here :thinking:
i've also been wondering if we should change the behavior slightly. rather than doing a git pull on every tilt up, maybe it should pin to the version of the...
we often see people do this kind of thing with UI buttons that display whatever custom data they want, here's a guide: https://docs.tilt.dev/buttons
OK. We can leave this open for suggestions of possible ways to solve this problem. i think it's unlikely we would add a feature to customize the sidebar.
I'm not sure I understand. Can you add more details on why you want this? Tilt uses content-based tags to inject images into the kubernetes manifest. For more details, see...
I understand the "release an image" use-case. But i feel like the proposed solution wouldn't work quite right. For example, in most "release an image" pipelines i've worked with, you...
thx for reporting!
sublime text can use the textmate bundle for syntax highlighting, right? https://docs.tilt.dev/editor.html tilt has a built-in lsp server. i'm not sure how hard sublime text makes it to integrate lsp...
Letting the tiltfile change the port seems like it could lead to a ton of sadness if you're trying to debug a build (e.g. if the tiltfile has a local()...
:thinking: I can repro with Compose 2.14 but not with 2.15. can you try upgrading to Compose v2.15 and see if it fixes the problem for you?