Sumanth Chinthagunta

Results 100 issues of Sumanth Chinthagunta

I am using **Hasura** scheme. the generated code is using a redeclared variable which is causing `'data' redeclared in this block` error. I have to mutually edit `UpsertDeviceResponse` from `data`...

bug

wonder why `Environment files:` printed duplicate lines here:

Are there any options to run `gulp serve` instead of `watch`

Trying to apply Type Assertions for a function that takes optional arguments. when the optional arguments are not provided, it throws errors. will it be nice if `assert.argumentTypes` check and...

environment variables not working with GraphQL Handler endpoint when invoking subscriptions. I have to give real URL. I even tried to provide `subscriptionsEndpoint` via environment variables without any luck. This...

I was trying Hasura-auth software which is using this lib. When I run this in docker container with non-root user, it keep failing due to permissions. ASK : please provide...

TODO [Achieving SLSA 3 Compliance with GitHub Actions and Sigstore for Go modules](https://github.blog/2022-04-07-slsa-3-compliance-with-github-actions/) https://github.com/slsa-framework/slsa-github-generator-go

enhancement
github_actions

**Automation** [Automatically move your cards](https://docs.github.com/articles/configuring-automation-for-project-boards/) to the right place based on the status and activity of your issues and pull requests.

dependencies

Testing mermaid ```mermaid graph LR; A-->B; A-->C; B-->D; C-->D; ``` ```mermaid flowchart LR A -- text --> B -- text2 --> C ```

documentation

I was able to upgrade libs to latest springBatch and Grails 2.4.x. it works for me with 2.4.3 grails project. (@infinumllc 's test cases need some fix to make it...