Gunnar Wagenknecht
Gunnar Wagenknecht
I might be doing something wrong but it looks like variable expansion is not working for default values in my sell environment (Big Sur, Fish shell). I have ``` -s...
Some commands may read additional data from a user. In this case, they should have access to the input stream provided by the console for further processing. @rherrmann This is...
The component factory is used by the content assist. When used outside of a console page (the Eclipse console view) the content assist needs to be created manually. Thus, access...
JDT LS relies on importing projects into a workspace. This works fine for small-ish projects following conventions. However, it gets more complicated when a project is found with multiple different...
I have an abstract base class for some (integration style) tests. This class sets up a mock/spy based on input provided by the specific subclass. After performing tests I assert...
Shell: bash Operating system: macOS Sierre, iTerm 2 (3.0.15) Liquid Prompt version (tag, commit): 1.11 When inside a Git working tree line wrapping is incorrect, i.e. it wraps within the...
The readme currently mentions "Google Cloud Storage" as source for all Bazel downloads. As we need to specifically allow-list all access to external URLs we would like to see a...
Sample project: https://github.com/salesforce/bazel-jdt-java-toolchain `//builder/src/main/java` ``` java_library( name = "jdt_java_builder_lib", srcs = [ "com/salesforce/bazel/jdt/toolchain/builder/InvalidCommandLineException.java", "com/salesforce/bazel/jdt/toolchain/builder/JdtJavaBuilder.java", "com/salesforce/bazel/jdt/toolchain/builder/SimpleOptionsParser.java", ], deps = [ "//builder/src/main/java/com/salesforce/bazel/jdt/toolchain/builder/jarhelper", "//builder/src/main/protobuf:deps_java_proto", "//builder/src/main/protobuf:java_compilation_java_proto", "//builder/src/main/protobuf:worker_protocol_java_proto", "@rules_jdt_guava", "//builder/third_party/ecj", ], visibility = ["//visibility:public"], )...
It would be great if the app can support adding (and removing) private PC tags to talks. It's really helpful for organizing talks during review. We currently have over 700...
``` Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 17.0.3, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "12.6",...