Tom Alexander

Results 6 issues of Tom Alexander

Implement a macro that will consume input until the child parser matches

With the template ``` {name|h|js}{~n} {name|j|js}{~n} ``` and the context ``` {"name": true} ``` You get the output ``` "true" true ``` So it seems that html escaping turns non-string...

To reproduce: write a template that outputs more than 65536 characters. Your output will be truncated.

Steps to reproduce: 1. git clone this repo 2. ``` $ helm template harbor . --dry-run | grep -A 1 "tls:" tls: - secretName: harbor-ingress -- tls: - secretName: harbor-ingress...

# Expected Behavior The "echo-variable" task in the example PipelineRun should print to stdout "The variable: dolar" # Actual Behavior The "echo-variable" task in the example PipelineRun prints: ``` 2024-04-07T01:25:23.656135143Z...

kind/bug

I am attempting to write a docker compose setup for launching rpcn (and dessego, but that is unrelated to this issue). When creating accounts, in order to get the token...