Anurag Bandyopadhyay
Anurag Bandyopadhyay
This addresses `// TODO(rbuckton): Move `node != nil` test to call sites ` @rbuckton Can you please review this I can undo the stylistic whitespace changes in the internal/ast/utilities.g but...
I have added some coverage for reference resolver in this along with that I have added .idea dir to .gitignore as intelliJ Goland is incredibly common among Go developers. Let...
## Review Checklist - [x] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added documentation for new/changed functionality in this PR or in a PR...
I have a POST method using a custom middleware `r.With(middleware.AuthMiddleware).Method(http.MethodPost, "/something", handlers.Handler(someHandler))` and for this /something there is no other route or other method mentioned anywhere So My expectation is...
### Checklist - [x] I have looked into the [README](https://github.com/openfga/openfga/blob/main/README.md) and have not found a suitable solution or answer. - [x] I have looked into the [documentation](https://openfga.dev/docs) and have not...
### Checklist - [x] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved Contributors currently need to know the...
## Description Generated from : https://github.com/openfga/sdk-generator/pull/651 This PR implements support for the StreamedListObjects endpoint in the Go SDK, providing a true streaming interface using Go channels. The API layer is...
## Description API model is generated using https://github.com/openfga/sdk-generator/pull/656 #### What problem is being solved? The Java SDK currently lacks support for the `streamedListObjects` API endpoint, which prevents developers from efficiently...
## Description SDK errors currently only expose the operation name (e.g., "check") rather than the API's actual error message. This makes debugging difficult when errors occur. Changes Added fields to...