Nick Sieger

Results 59 comments of Nick Sieger

Thanks for the suggestion! That's right, we only have the TextMate definitions for syntax highlighting at the moment. How has the LSP stuff worked for you in NeoVim otherwise?

I love the idea of an opinionated ingress with TLS support built-in and vhost functionality. I've wondered if we should create a DNS record for local.tilt.dev -> 127.0.0.1, then we...

It would be nice if golang/go#33974 happened. We might need to look at a workaround before then.

Have you seen the [`docker_build_sub` extension](https://github.com/tilt-dev/tilt-extensions/blob/master/docker_build_sub/Tiltfile)? Perhaps you can use it to modify the way your production image is built to change the user back to `root` so that Tilt...

@boxmein does it look anything like docker/compose#9591? There still might be an issue with dependencies.

Have you seen https://docs.tilt.dev/multiple_repos.html? Maybe you can structure your sub-Tiltfiles so that each sets some constants that you can use in the main Tiltfile. For example, if you wanted to...

Did you run `microk8s install` to build your cluster, or did you do any additional configuration? I want to make sure I know how to recreate the issue.

Unfortunately no mention of this technique here: https://microk8s.io/docs/registry-built-in#what-if-microk8s-runs-inside-a-vm-2 It's the right fix, just wondering what the best way to surface it? Make `ctlptl create cluster microk8s --registry` detect the VM...