-
When i enable this plugin. I got this error:
Plugin 'io.protostuff.protostuff-jetbrains-plugin' failed to initialize and will be disabled. Please restart GoLand.
java.lang.ClassNotFoundException…
-
Real world mono-repos need to setup proto imports when using the Intellij proto plugin. The import paths are usually local workspace relative / in external repos. Some example of core proto imports ar…
-
When I try to run the SonarQube Inspection in IntelliJ 2017.3 community, I get this error:
```
Fail to parse protobuf response of http://**********/sonardev/api/issues/search?componentRoots=***.****…
-
```
In Ivy we create 3 configurations meant to follow maven dependancy scope
(compile, provided, test). Then when we specify a dependency we mark which
configuration it is part of. Intellij li…
-
```
In Ivy we create 3 configurations meant to follow maven dependancy scope
(compile, provided, test). Then when we specify a dependency we mark which
configuration it is part of. Intellij li…
-
Hi, This is probably not the best place to ask this, but since this community is probably more familiar with setting up GRPC client side code for Trition than the general internet, I'm trying my luck.…
-
When generating java sources from protobuf via Gradle, the (re-)generated sources do not automatically become a part of Android Studio's source model. A file system refresh ("Reload from disk"/"Synchr…
-
My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized `AccessorNamingStrategy` SPI to exclude those methods start with `with` a…
coney updated
2 months ago
-
Even the generated sources directories are not always picked up correctly.
_Originally posted by @ennru in https://github.com/lightbend/kalix-jvm-sdk/issues/383#issuecomment-1104882576_
Let's ma…
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.Throwable: All stub element types should be created before index initialization is complete.
Please…