vsndev3
vsndev3
I am having the same problem, with almost same configuration as mentioned in this issue. The keyclock authentication page shown and after successful login, the '404 page not found' comes....
> @vsndev3 Could you file a separate issue and provide all needed details? https://github.com/eclipse/che/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.yml I left the configuration running and when checked after two days, it seems now I am...
> Hi @dkwon17 thanks for the response. How can I create the new DevWorkspace with a name? I have only two options with the default setup.  Here I can...
Thanks, With the above method, I am able to make the copy of the workspace with new name. The only problem is if I do the last "kubectl delete devworkspace...
> Also you should comment this line out to see if the lsp server is complaining https://github.com/sigmaSd/IRust/blob/master/crates/irust/src/irust/ra/rust_analyzer.rs#L28 By this, i could saw the rust-analyzer was not installed and after installing...
> @vsndev3 I pushed a commit that add that feature [f74f7a8](https://github.com/sigmaSd/IRust/commit/f74f7a8f66ec546a1a9abf231bad14f2c803a2bd) Thanks for quick response. However I see the same behavior. In Vscode with rust-analyzer the same struct extends correctly....
> weird it does work for me  > > Just for sanity check make add dbg!(&initialize_request); to make sure you're sending the new parmas > > If that doesn't...
For anyone getting the EOF error when using AMD 8700G iGPU with Ubuntu, below will help to solve: The error got in the log was _"rocBLAS warning: No paths matched...
Thanks for the response. For me its an embedded environment, so flatpack cannot be used. However please consider something like https://github.com/rust-cli/confy where config can be loaded first from local dir...
It works perfectly, Thanks