Channels
📢announcements
optimus-admin
getting-started
👋🏻|introduce-yourself
💻|dev
🤖|ask-kapa
🌱|help-and-getting-started
🚣|newsletter-sign-up
🚀|garden-saas
Powered by
#💻|dev
Escaping template strings not working · ...
# 💻|dev
f
freezing-pharmacist-34446
10/30/2023, 11:17 AM
@chilly-gigabyte-83853
turns out the issue we saw with the non resolving template strings is a known issue
https://github.com/garden-io/garden/issues/3989
@polite-fountain-28010
spend some time on this a couple of months ago.
I feel like this needs some prioritisation, since it creates very unreliable behavior.
s
swift-garage-61180
10/30/2023, 2:31 PM
Yeah, I agree—should be a simple fix too. Unit-testable.
> Garden doesn't eat the dollar. Maybe this only happens in the free tier 😆 Haha
p
polite-fountain-28010
10/30/2023, 4:12 PM
I looked into the non working escaping and I tracked it down to the template parser itself doing something wrong
It doesn't recognize the tokens properly in some situations
It was confusing enough that I gave up eventually, but maybe for someone who understands the template string parser well it'll be an easier task
Post