Matt Fisher
Matt Fisher
Not every distribution uses the same interface names. Instead of eth0, I have enp2s0. Instead of providing the wlan0 and eth0 addresses, the script could loop over all network interfaces...
I got hung up on these instructions because I copied the commands from the releases page instead of from the quick start page, so I applied `install.yaml` instead of `quick-start-minimal.yaml`....
### Pre-requisites - [X] I have double-checked my configuration - [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still exists on `:latest`....
Should we use this term? It's just the term GitHub uses for the role, but we can call it whatever we want. I think the main thing that needs to...
Resolves #215 cc @betolink just getting started on this. I have some sample code that can generate a list of 100 most popular collections, in order, given a provider. Before...
We found a tool for this, but unclear how usable it is for our needs: https://github.com/vweevers/remark-common-changelog/ See also: #584
For example, #278 does a great job of providing a complete usage example, and our PR template can guide others to do the same!
IMO we should follow the Numpy policy and see how that works for us. Follow up from discussion in #571 ```[tasklist] ### Tasks - [ ] Adopt a policy by...
We have a lot of things going at once to help build and sustain our community. It's really hard to see all of them holistically. I think we should create...
"Dependency groups" are a poetry-specific feature that's different from PEP621 "optional dependencies", aka "extras". To make things compatible with other ways of dependency management, switch to PEP621 optional dependencies, but...