Matheus Cruz
Matheus Cruz
If not @geoand @dliubarskyi, I would like to contribute with this enhancement.
Hi @dliubarskyi the pull request referenced is specific for Azure, should not be necessary to support OpenAI?
> I will work on io.quarkus.deployment.builditem.AppModelProviderBuildItem > > Is there a documentation pattern to follow? Or I can write what I find useful and we improve until everyone agrees? Hi...
I looked the logs and the build works successfully, it looks something like to the push the artifact (I am not sure) Final of the logs ```shell 12-11T12:08:43.9254898Z [INFO] jBPM...
Hi @artursouza can you assign this one to me? thank you!
Hi @javier-aliaga, are you working here?
@salaboy I think testing a Quarkus application here might be a bit tricky, since the Dapr extension for Quarkus lives under quarkiverse/quarkus-dapr. That said, I totally agree that we should...
It is the same issue reported here https://github.com/dapr/dapr/issues/7113 but for .NET client
@artur-ciocanu @salaboy @cicoyle @siri-varma I think that I found the problem. The gRPC field is `bytes`, and is mapped to a `ByteString` on Java side. `gRPC` definition: https://github.com/dapr/dapr/blob/7d652ff7e69e106157f527f4fb7a1b0435537d29/dapr/proto/common/v1/common.proto#L112 `ByteString.copyFrom`: https://github.com/dapr/java-sdk/blob/6e9ee5adc4a7300ae96822264f9be65458aa0880/sdk/src/main/java/io/dapr/client/DaprClientImpl.java#L858C7-L858C57...