Lurian

Results 7 comments of Lurian

This issue stems from getContext() in the JavaParserUtil as it tries to load a corresponding .class for the given Java file, if the class is not found a CobigenRuntimeException is...

@frederikhors Generics in `params` of `concrete` don't get parsed. You can get around this by creating a type alias that hides the generic. ```rust type UtcTime = chrono::DateTime; [derive(InputObject)] #[graphql(concrete(name...

I might have a proposal: - Is it possible to model this functionality as an extension trait on `Agent`? If someone still wants a single instance of a struct just...

Has there been any progress on this front? Due to issues when using `openrouter` over the `openapi` interface, which I have yet to understand if they're with `rig` or `openrouter`...

> I was able to fix it by manually adding `timeout=30` to the `post` call [here](https://github.com/mirumee/ariadne-codegen/blob/main/ariadne_codegen/schema.py#L82) When working with remote schemas a higher default timeout value would be good, and...

Would have loved to use this. I noticed that the ProxyProtocol in Traefik does not forward commonName when trying to set up mTLS termination in Traefik to wire up EMQX...

> > Would have loved to use this. > > I noticed that the ProxyProtocol in Traefik does not forward commonName when trying to set up mTLS termination in Traefik...