Daniel Nygaard
Daniel Nygaard
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### What happened? When referring an alias type in the models section of the `gqlgen.yml` and running `go run github.com/99designs/gqlgen generate` I get an error if the aliased type has...
This seems to be something affecting at least a few users using the Cloudflare JavaScript runtime (Wrangler). >[CloudFlare] ComposioError: Request with a GET or HEAD method cannot have a body....
Minor thing I noticed when submitting a bug report ---- > [!IMPORTANT] > Fixes typos in `name` and `dependencies` description in `bug.yaml`. > > - **Fixes**: > - Corrects typo...
The actions called manually with `executeAction` are not typed. I imagine that these TypeScript types could be auto-generated from the schemas defined in your API. I understand that this may...
When using the `useAgent` hook in react it would be useful to be able to provide a `enabled?: boolean` parameter as part of the agent options (much like React Query...