Results 83 comments of Myroslav

I found out that Typescript is being added due to a problem in the sbt-scalajs-bundler plugin. I have created an [issue](https://github.com/ScalablyTyped/Converter/issues/524) for that.

The latest beta of `org.scalablytyped.converter`, which has been [released](https://github.com/ScalablyTyped/Converter/releases/tag/v1.0.0-beta43) a couple weeks ago, fixes the problem of excessive VSIX size (now it is about 260 KiB large). I have updated...

Here's the [error message](https://buildkite.com/bazel/clion-plugin/builds/25217#01958a4f-ea07-4566-89d7-96849af28c3b/267-311). I'm not quite sure what to do with this. ``` bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf+/src/google/protobuf/_virtual_includes/port\google/protobuf/port_def.inc(119): error C2338: static_assert failed: 'Protobuf only supports C++17 and newer.' ```

I think such tests should be treated as pending.

The open source project you have referred still uses Bazel 5.1.1, which isn't supported by our plugin anymore. Can you provide a reproducible example with Bazel 6.5.0 or newer? **P.S.**...

If I understand correctly, the [example project](https://github.com/leaqigaie/bazel-intellij-issue6832) violates Python rules about module naming. There is likely an issue of similar nature with the OP's environment. However, I agree that the...

If the variants are to be stored as diffs to the base layer, these diffs may become not applicable after the base layer changes. By the way, do the schemas...

What's the point of pretending to unpublish something that cannot be unpublished? There is no way to force all IPFS nodes to delete a particular data block, and even if...

This might be a duplicate of #7676. However, the [new Bazel plugin](https://plugins.jetbrains.com/plugin/22977-bazel-eap-/) doesn't seem to have this issue. Can you check if it works with your project?