Lian Li
Lian Li
Hi @tomislater I've checked the `helm_remote` extension, and it _should_ create the namespace before building anything. (https://github.com/tilt-dev/tilt-extensions/blob/master/helm_remote/Tiltfile#L139). My best guess atm is that your cluster hasn't finished creating the namespace...
Yeah, you could use the namespace extension to create the namespace yourself and then wait. https://github.com/tilt-dev/tilt-extensions/tree/master/namespace Although, I do believe it would be worth implementing waiting for namespace creation in...
Another user reports the same issue and their workaround ``` Hey, I was wondering what the impact would be of removing all the local() invocations in https://github.com/tilt-dev/tilt-extensions/blob/master/uibutton/Tiltfile and hardcoding the...
Hi all, excited to join the organising team 🎉 Lian Li Loft Labs Developer Advocate [email protected] Lian Li on Slack (there are a couple former accounts, I'm the one who's...
Hi @BracketJohn thanks for filing this issue, this is a great write-up! We are indeed working on something that will hopefully help you with what you are trying to achieve,...
No worries at all. This is actually very helpful for us to understand what you need and how we can improve our tool, so thank you for taking the time...
@hhiroshell are you able to demonstrate the working Action on your own repo or in some other way?
Thanks @hhiroshell, great work! 👏
I think this is due to the multi-language support, as the content is now under content/_language code_/_filename_, but the link points to content/_filename_ I suspect this will require a bigger...
From #639 > The problem is, the duplicated page itself doesn't know it's duplicated. I didn't want to make it too complex, that's why the duplication happens during build, and...