gcsfred2

Results 11 comments of gcsfred2
trafficstars

I followed the steps of https://argoproj.github.io/argo-workflows/running-locally/ cloning @terrytangyuan 's https://github.com/terrytangyuan/argo-workflows/tree/support-k8s-124 and I got an error with make start: https://pastebin.com/NCn3s7Wr

Retrying https://github.com/terrytangyuan/argo-workflows/tree/support-k8s-124 and running locally. My recent error: https://pastebin.com/hBySXzWV . There was no error running "make start UI=true" and the Hello World example.

In my case: ``` type TTransport struct { rt http.RoundTripper } func (t *TTransport) RoundTrip(req *http.Request) (*http.Response, error) { req.Header.Add("authorization", "Bearer ") return t.rt.RoundTrip(req) } ... client := http.DefaultClient client.Transport...

OS: macOS Ventura OpenSSL 3.1.2 1 Aug 2023 (Library: OpenSSL 3.1.2 1 Aug 2023) ``` #!/bin/bash set -x # have bash print command been ran set -e # fail if...

markdown-to-html in README.me has both `--markdown-style` and ` --style` while markdown-to-html-cli/action.yml only has `markdown-style` and does not have `style`. Can I set `markdown-style` to a css file?

Very nice! On Tue, Aug 29, 2023 at 11:45 AM 小弟调调 ***@***.***> wrote: > @gcsfred2 Upgrade v3.8.0 > > — > Reply to this email directly, view it on GitHub...