Gunnar Wagenknecht

Results 107 comments of Gunnar Wagenknecht

I haven't checked the code yet but I think https://github.com/speakeasyjs/speakeasy is very common for NodeJS apps.

@sf105 Are those methods available already? I'm running into generics compilation errors with the JDT 3.20 compiler for the following code: ```java List result = ... assertThat(result, allOf(hasSize(1), hasItems("foo"))); ```...

@laurentlb How significant is that internal framework? Is it possible to open source without it and then pile down on re-implementing the missing pieces? Or is forking a Python LS...

@plaird Can you share some context why the current logic is implemented this way: https://github.com/salesforce/bazel-eclipse/blob/c8c20c22a155774b304d5a05edf426e87bfe13e9/bundles/com.salesforce.bazel.eclipse.common/src/main/java/com/salesforce/bazel/eclipse/project/EclipseProjectUtils.java#L82-L87 Given that there can be multiple java targets in a single package - each with...

@plaird Thanks for sharing. I have a few follow up question/comments. - Why is "Bazel Workspace (name)" mostly empty, i.e. only links? Wouldn't it be better if the full workspace...

@plaird I'm against that. It introduces complexity. We should instead produce BJLS together with BEF and don't even use separate workflows. I'd like to see this as a true mono-repo....

@plaird Do you have some ideas in mind? I am running into this currently. I get an error reported for a random closed project in my workspace, which is not...

I think it should not be personal but shared between the members of the content committee. I found them useful when reviewing talks together.

I have an unresponsive Starship prompt. I suspect it's coming from the Maven oder Java module. It only happens in one specific directory. Can this please implemented soon? It currently...

So in my case it seems to be something inside starship that is blocking, i.e. I don't see any child processes in `pstree`. ``` $ pstree 22689 -+= 22689 user...