Till Brychcy

Results 6 comments of Till Brychcy

Hard to find, but already implemented, see https://github.com/julia-vscode/julia-vscode/issues/2516 Summary: Use the "+" above "compiled" to add "ALL_MODULES_EXCEPT_MAIN". Then use the add the Modules you want interpreted, prefixed by "-", e.g....

With tensorboard-plugin-profile (2.4.0) installed, I'm getting errors in the log: ``` Exception in thread DynamicProfilePluginIsActiveThread: Traceback (most recent call last): File "/Users/till/homebrew2/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/Users/till/homebrew2/opt/[email protected]/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line...

As requested, the whole error message: ``` *** Running /Users/till/homebrew/brew/bin/bazel build --watchfs --override_repository=local_eclipse_aspect=/Users/till/Applications/Eclipse4.8I20180327-2000.app/Contents/Eclipse/../../../../opensource/bazelbuild/eclipse/resources --aspects=@local_eclipse_aspect//:e4b_aspect.bzl%e4b_aspect -k --output_groups=ide-info-text,ide-resolve,-_,-defaults --experimental_show_artifacts //src/test/java/... //src/main/java/... from /Users/till/opensource/bazelbuild/bazel *** Loading: Loading: 0 packages loaded ERROR: /Users/till/opensource/bazelbuild/bazel/src/test/java/com/google/devtools/build/android/desugar/BUILD:743:1: in...

I added some logging to find out which targets don't have the intellij_info_files attribute: ``` DEBUG: /private/var/tmp/_bazel_till/1bf5324772cb2353440eae7781088d92/external/local_eclipse_aspect/e4b_aspect.bzl:100:12: NO intellij_info_files on: DEBUG: /private/var/tmp/_bazel_till/1bf5324772cb2353440eae7781088d92/external/local_eclipse_aspect/e4b_aspect.bzl:100:12: NO intellij_info_files on: DEBUG: /private/var/tmp/_bazel_till/1bf5324772cb2353440eae7781088d92/external/local_eclipse_aspect/e4b_aspect.bzl:100:12: NO intellij_info_files on:...

Maybe you looked at the wrong setting? You have to enable the formatter implementation, not change the format settings, which are ignored anyway. This is a bit hard to find....

Interestingly, I'm observing this only since tensorflow 2.5.0 (and not since 2.4.0) (But maybe it is related to that my tf 2.4.0 installation uses python 3.7.6 but tf 2.5.0 uses...