Anton Gilgur

Results 145 issues of Anton Gilgur
trafficstars

# Summary Add the ability to resize the columns in the Workflow List. At least a few users [on](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1707897432873949) [Slack](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1709537623826289) have asked for this and I mentioned it in https://github.com/argoproj/argo-workflows/issues/11949#issuecomment-1749031448,...

type/feature
area/ui

- [x] add a ToC - [ ] make each subsection of usage an actual subsection/subheading - [ ] add a before/after of spaghetti code to using this? - [...

Potential downstream request from https://github.com/agilgur5/react-signature-canvas/issues/22 The `trimCanvas` function would have to accept a second argument for the color and default to transparency detection. Since this hasn't really come up in...

feature
backlog

i.e. `trimCanvas(canvas, {duplicate: true})`. Given the intense demand seen by the number of upvotes on https://github.com/szimek/signature_pad/issues/49#issuecomment-260976909 it seems like it should be included by default. I'm also reading through my...

feature

- ~(refactor): use const everywhere instead of let …~ - (feat): add built-in option to clone the canvas … - (feat): add support for alternate canvas implementations … - (docs):...

If you use single quotes, it will (confusingly) tell you "expected STRING, got undefined". Single quotes are in fact strings, but invalid JSON, and therefore a very common error (see...

Supersedes / Closes #432 ### Motivation - node v14 is EoL and has been [since April 2023](https://github.com/nodejs/Release/blob/68840fae8fdaa59bf9431661238dbb86b4390829/README.md?plain=1#L7) - node v20 is the [current LTS version](https://github.com/nodejs/Release/blob/9cf9c6ed8178e88c74dfa1921a793701e1d162c4/README.md?plain=1#L8) ### Modifications - update `.nvmrc`...

type/dependencies
javascript

Originally started as a follow-up to https://github.com/argoproj/argo-workflows/pull/12097#discussion_r1375279098 on `moment-timezone`, but there were actually _much_ more unused deps to prune ### Motivation #### Deps - these are all completely unused in...

dependencies
javascript

Related to the goals of https://github.com/argoproj/argo-workflows/issues/12059, just removing / replacing a large dep entirely. Follow-up to https://github.com/argoproj/argo-workflows/pull/12097 and #534 here. Needed for https://github.com/argoproj/argo-workflows/pull/12611 ### Motivation `moment` has been [deprecated since...

type/dependencies
javascript