Bhavyai Gupta
Bhavyai Gupta
Hello, With Quarkus GraphQL, I am facing couple of exceptions with mutations when setters are not present in the model class. I made a small reproducer for this, which is...
By default GraphQL does not support returning nothing. It would be nice to have return `void` or `Uni` from a GraphQL mutation in the smallrye's implementation. Right now, if a...
### What happened? Not really a bug, but a typo, in the documentation on installation of httpie desktop on a Linux machine. Its not really applicable to me as I...
I see only one option create an account and sync collections/requests and its GitHub login. I would like to use sync in HTTPie desktop but don't wanna use GitHub login....
I am using `quarkus-langchain4j` version 1.1.1 and trying to write a service that generates images based on the given prompt using Gemini API. My service is like this: ```java @RegisterAiService...