Kevin Postlethwait

Results 18 issues of Kevin Postlethwait

## Problem statement Currently requirements manager only works if the pipenv files are in the root directory. Logic should be added — similar to that in adviser — to create...

kind/feature
sig/user-experience
priority/backlog
triage/accepted

## Problem statement I don't know what to make of the PR opened by Kebechet advise manager, I want more information about why it picked specific packages. ## High-level Goals...

help wanted
good first issue
kind/feature
priority/important-soon
sig/user-experience
lifecycle/frozen

## Problem statement With the new feature which creates tags after a release PR is merged, some users may also want to automatically generate a release as well. ## High-level...

kind/feature
sig/user-experience
lifecycle/frozen
priority/backlog

### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description Pass the `kuberay` ServiceAccount token in request headers when submitting...

enhancement
rayjob

# What changes have been made The second part of this conditional is never being evaluated. Fixed to make sure len > 0 check happens before entering conditional

lgtm

Currently when you have two nodes in a QuotaSubtree with the same name, such as: **tree.yaml** ```yaml apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root namespace: kube-system labels: tree: quota_context spec:...

bug
quota-management

# Issue link # What changes have been made I changed some of the huge function calls that were getting out of hand to take a reference to the cluster...

needs-rebase

# Issue link # What changes have been made Use lookup table for status # Verification steps ## Checks - [ ] I've made sure the tests are passing. -...

needs-rebase

# Issue link # What changes have been made adding support for custom accelerators # Verification steps ## Checks - [ ] I've made sure the tests are passing. -...

needs-rebase

### Name of Feature or Improvement Auto generated documentation is built from source code function descriptions, we should include arg and return descriptions there so that anyone using the function...