Nick Santos

Results 399 comments of Nick Santos

thanks for reporting! i think gitlab support was an external contribution, implemented here - https://github.com/tilt-dev/go-get/pull/13 my vague understanding is that MOST VCS providers need some custom handling, but i'm not...

what version of rsync do you have running on your local machine? "exit status 139" says to me that rsync is segfaulting, so it's likely this is not a tilt...

Interesting! Are these build logs (like warnings from third-party packages) or runtime logs (like some debug noise from a library you're calling into)?

hmmm...i'm not sure we should do this. The tilt `--namespace` flag is indented to map to `kubectl --namespace`. In kubectl, it sets the default namespace for API requests - https://pkg.go.dev/k8s.io/[email protected]/tools/clientcmd/api/v1#Context...

i haven't tried it, but i don't see any reason why it wouldn't work if you have nerdctl compose symlinked correctly as docker compose. what happened when you ran that...

@ThomasGavaix a lot depends on the overhead of implementation. for example, there are already a lot of projects that implement docker socket compatibility over different container runtimes, having a custom...

Not sure I understand the question. The way we usually see people do this is they define a helper function like ``` def my_company_common(): docker-compose('../platform/docker-compose-infra.yml') dc_resource('platform-serviceA', trigger_mode = TRIGGER_MODE_MANUAL, auto_init...

Thanks for the report! Note that you can still copy logs with Cmd+C or by going to Edit -> Copy in the top bar menu.

Can you post a diagnostic for both the WSL cases and the hyper-v cases? We're usually not able to look into these sorts of issues without a diagnostic.