Michael Vorburger

Results 410 comments of Michael Vorburger

FYI still seeing this on v1.24.106140907 @guw

@guw do you have any idea what's causing this `StackOverflowError`, and how I can fix it in the project? (Is this https://github.com/enola-dev/enola/issues/431, still? I thought I had removed that problem...

@guw looks like this passed and build - you may want to merge this one?

> The [BazelAnalyzerApp](https://github.com/salesforce/bazel-java-sdk/blob/master/examples/src/main/java/com/salesforce/bazel/app/analyzer/BazelAnalyzerApp.java) looks like it has most of what's needed for that - just missing a thingie that writes java.project.referencedLibraries to .vscode/settings.json, which should be relatively trivial to code?...

I'm currently manually downloading JARs and adding them to VSC Classpath Configuration to explore doing this. It would be neat to be able to use this approach to "bootstrap" working...

https://github.com/salesforce/bazel-java-sdk/compare/master...vorburger:bazel-java-sdk:issue-47

This issue seems kinda blocker, no? ;-) I learnt more about Bazel as FOSDEM today and read up a bit on the way back home, found https://docs.bazel.build/versions/master/generate-workspace.html, tried it, but...

> I think the right thing is that all YAML files be treated as multi-item. Is that all we need? Actually, @sirosen I think about this a bit differently. To...