David Kwon

Results 28 issues of David Kwon

### Describe the bug In the list of workspaces in the left hand tab on the dashboard, there used to be a `Workspace Details` item used to navigate to the...

kind/bug
severity/P2
area/dashboard

### Describe the bug The dashboard keeps refreshing (0:03 - 0:32) when restarting workspace and refreshing the editor: Video [Screencast from 2024-08-15 15-23-17.webm](https://github.com/user-attachments/assets/5e5027a1-6df4-492f-81d1-0e96985b3117) In general, this happens if you refresh...

kind/bug
severity/P2
area/dashboard

### Is your task related to a problem? Please describe There is no documentation that explains what happens when `spec.devEnvironments.persistUserHome.enabled` is set to `true`. ### Describe the solution you'd like...

kind/task
area/doc
area/devworkspace-operator

### Is your enhancement related to a problem? Please describe Currently to set the runtime class for a CDE pod, the pod-overrides are used to set the CDE pod's `spec.runtimeclassname`...

kind/enhancement
severity/P2
area/che-operator
area/devworkspace-operator

### Is your enhancement related to a problem? Please describe In CheCode, the activity tracker extension sends [events](https://github.com/che-incubator/che-code/blob/ed7034ccc9e09d804e3769b0a64c2e48b81f6c9c/code/extensions/che-activity-tracker/src/extension.ts#L16-L24) to che-machine-exec to let it know that the current workspace is being...

kind/enhancement
area/editor/vscode

### Describe the bug When the GH pull requests extension is installed: ![image](https://github.com/user-attachments/assets/38155905-a704-4912-ae64-cb2e00f0bf2d) I cannot view any PR descriptions: ![image](https://github.com/user-attachments/assets/f6d4f5b0-3ba5-4290-9b23-af2bc753ed79) Error message: ``` GraphQL error: Your token has not been...

kind/bug
severity/P2
area/git/oauth-services

### Describe the bug If I create this configmap to mount a vs code settings file: ``` kind: ConfigMap apiVersion: v1 metadata: name: vscode-settings namespace:

kind/bug
severity/P1
area/editor/vscode
team/B

Today, we can use Subscription Config to conifgure resource limits and requests for the operator pod: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/subscription-config.md#resources However, the limit and request is applied to all container of the pod....