David Kwon

Results 56 comments of David Kwon

I have a few solutions: In dashboard's ErrorBoundary, check the error code for the failed chunk request and direct the user to the login page if necessary. Unfortunately there doesn't...

Thanks for the feedback @akurinnoy , I have made a PR here: https://github.com/eclipse-che/che-dashboard/pull/965

@mkuznyetsov could you please fix the conflict?

It looks good to me: [Screencast from 2024-09-17 11-59-48.webm](https://github.com/user-attachments/assets/cdf001bf-884a-444d-9d1b-5688dc8ea633) Hello @tolusha could you please review?

Hi, when it's stuck in the "Deployment is ready" state, what happens if you delete the workpsace's DevWorkspaceRouting CR? ``` DEVWORKSPACE_ID=$(kubectl get dw -o jsonpath='{.status.devworkspaceId}' -n ) kubectl delete dwr...

Closed with https://github.com/eclipse-che/che-docs/pull/2822

I see the value of both approaches, I did mention that the solution makes sense and gives lots of freedom to the consumers, but the alternative might be simpler for...

> I don't think it's worth replacing the annotations Che adds to the routes/ingresses it creates, but rather just add the new standardized annotations. This would prevent having to check...

Hello, for quay.io/devfile/universal-developer-image, the sdkman candidates are stored here: ``` $ echo $SDKMAN_CANDIDATES_DIR /home/tooling/.sdkman/candidates ``` To persist the new version of Java, could you try: ``` schemaVersion: 2.2.0 metadata: name:...