David Kwon
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...
### 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...
### 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...
### 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`...
### 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...
### Describe the bug When the GH pull requests extension is installed:  I cannot view any PR descriptions:  Error message: ``` GraphQL error: Your token has not been...
### Describe the bug If I create this configmap to mount a vs code settings file: ``` kind: ConfigMap apiVersion: v1 metadata: name: vscode-settings namespace:
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....