Nick Santos

Results 278 comments of Nick Santos

I was poking around at this, and found what I think are a couple different problems. 1) When go vet runs the "internal package reference" check on test files, it...

ya, i added those details to the bug @yuanlai filed in golang (https://github.com/golang/go/issues/36173)

we're hitting this too in MacOS Monterey :sob: https://github.com/tilt-dev/tilt/issues/4746 thanks @mamjsn for the workarounds above. how hard would it be to have gorilla/websocket detect this scenario and workaround it? Like...

I'm going to close this issue. As suggested by the comment above (https://github.com/tilt-dev/tilt-extensions/issues/407#issuecomment-1154393677), you should be able to address this by moving to helm_resource. I think it's unlikely that it's...

i think you can currently do this as: ``` tilt up & ```

I'm going to lock this issue to avoid further confusion. I think when people try to do this, they're usually down an XY rabbit hole -- https://xyproblem.info/. i.e., they're trying...

@dspasojevic take a look at how Log Filtering works in the tilt UI - https://github.com/tilt-dev/tilt/blob/153a6cd005b5fadc8022f0a7a355d4e1321a8d8d/web/src/OverviewLogPane.tsx#L444 I would probably do this purely as a UI-level feature. The Tilt Go server treats...

going to close this, since it's stale and we could never get the tests to pass. we can re-open if anyone wants to pick it up.

@nvachhar "We want to post-process the YAML to run it through the Argo CD vault plugin." sounds like you want https://github.com/tilt-dev/tilt-extensions/tree/master/namespace re: "But we'd probably then like another option to...

there's a slightly related use-case where you want to block pushes in dev but allow pushes in CI (e.g. to GCR/ECR) but i feel like that's separable.