Alex Collins

Results 131 issues of Alex Collins

I've the following code: https://github.com/argoproj/argo/blob/850669f7a04d2f5ba07ea9ef93012b10dd3bca89/persist/sqldb/workflow_archive.go#L46 This is very slow (taking 7 seconds to return). My hypothesizes that column `workflow` is very large (up to 1MB) and that the cost of...

If a JSON document has an unknown field, maybe it is a typo that `encoding/json` would accept. So how about an option of fail over to it?

Introduce a new tag? ``` MyField `"easyjson:intern"` ```

`encoding/json` seemed quite happy with an int in a boolean type, by `easyjson` will error. This forces me to change a lot of code. It is probably quite close to...

It takes a LOT of time to create easy JSON with big files. In there a way to make this faster? e.g. by only generating a new file if the...

Examples of unsafe functions are * `env` exposes process information Others?

## Problem statement Converting a swagger.yaml file to swagger.md create incorrect markdown, because the new lines are not remove/escaped (or what ever is needed). https://github.com/argoproj/argo-workflows/issues/7615 ## Swagger specification ## Steps...

I've created an issue for JK with Argo CD. There will be a few bars it'd need to pass to get there, e.g. uptake (https://star-history.t9t.io/#jkcfg/jk), community interest (thumbs-up on the...

Can we read CSV files please?

kind/enhancement
topic/std

Our users often run workflows with large pods, the need lots of CPU/GPU/memory. I'd like to show users how to optimise these workflows. I'm not an expert on tuning requests,...