Gunnar Wagenknecht

Results 107 comments of Gunnar Wagenknecht

We are using this as well and for our projects it mostly "just" works. It looks like with your setup VS Code is not getting the full classpath.

Even better would be a way to make `coursier` use the same JDK as `server_javabase` (somehow). We have to use a JDK with modified `cacerts` file to allow connectivity.

What is the recommendation if I observe slow completions (and hangs)? Is there a general solution? FWIW, this is with Bazel and in a larger workspace. The query for possible...

If the reason is `git add path/to/file`, should this be a new issue or discussed here?

This might be triggered because of a parallel shutdown.

@nikhilnanivadekar I am not aware of documentation. But there is a lot happening to replace EBR with a more native Tycho approach. See https://github.com/orgs/eclipse-orbit/discussions/49

I waited for a couple minutes before I hit ^C. I use LocateMe in my Bash profile to adapt some settings pending on where I am. I have location service...

@iancha1992 I am not sure how. This seems to rely on network issues within Google Cloud. All we do is running `bazel build //...` from within Google Cloud compute instance...

I think in this case some clarification is needed. #20123 mentions "unable to finalize action" problem but then later #22387 which seems to connect the issue to `.d` files only....

Is _"unable to finalize action"_ failing the build when remote cache fails expected at this point? The behavior we see is inconsistent. Sometimes its a warning and sometimes it fails.