Anton Gilgur
Anton Gilgur
## Summary Add a standard `CONTRIBUTING.md` file to the root that just references `docs/developer.md` for better accessibility ## Details - `CONTRIBUTING.md` is a standard OSS convention - and GitHub recognizes...
- instead of polyfilling it oneself or introducing potentially confusing code - and the /polyfill import can also be recommended for Jest environments for even greater simplicity See [`window-resizeto`](https://github.com/agilgur5/window-resizeto)'s docs...
## Motivation Remove unused & outdated files for less confusion ## Modifications - `.dockerignore` is unused, there is no matching `Dockerfile` - `CONTRIBUTING.md` is outdated - there is no `yarn...
Fixes #264 Supersedes #265 and #428, as well as part of #432 (the `node-version-file` part in the GH Actions) Closes #265, Closes #428 Credit very much given to the original...
This is based on discussions in [this Slack thread](https://cloud-native.slack.com/archives/C020XM04CUW/p1692085374857769) (which is fairly long and winding) that I had raised after realizing the fairly neglected and incomplete state of this repo...
### Motivation - these are all inside of prod `dependencies` already (it has to be either or) - notably, `antd` had a version mismatch between `dependencies` and `peerDependencies` (and it...
## Motivation - v2's deps were merged with v1 in #153 - the `package.json` was removed there, but looks like the `yarn.lock` was left in Noticed this in https://github.com/argoproj/argo-ui/pull/432#issuecomment-1879816619 ##...
## Summary As part of https://github.com/argoproj/argo-workflows/issues/11390 (specifically https://github.com/argoproj/argo-workflows/issues/11390#issuecomment-1876274288), I noticed that Rollouts still has [a GH Pages docs site up](https://argoproj.github.io/argo-rollouts/) and that it doesn't redirect to [RTD](https://argo-rollouts.readthedocs.io/). We should add...
Follow-up to #11628 ### Motivation - similar to [Argo CD](https://github.com/argoproj/argo-cd/blob/d9df2525c57d4870215a6ce149dbedd08ae05fdb/ui/src/app/webpack.config.js#L37) and many other projects, we can use `esbuild` instead of TS etc to significantly speed up build times - (as...
### Motivation Remove lots of unnecessary nesting - a folder for a single file or two tends to make things _harder_ to read - lots of these were just a...