Sumanth Chinthagunta

Results 100 issues of Sumanth Chinthagunta

I am trying hasura-auth with AzureAD, building webapp with `hasura-auth-js` SDK. my app crashing after trying to login with AzureAD SSO. here is the logs error in hasura-auth logs ```logs...

after switching to `@ngxs-labs/immer-adapter": "^2.0.1"`, i am getting following error ```ts @Mutation() @Action(CreateNewConversation) createConversation(ctx: StateContext) { const newConversation = new Conversation('payload.conversationId'); ctx.setState((state: ChatBoxStateModel) => { state.conversations.push(newConversation); state.activeConversationId = newConversation.id; return...

go get github.com/infobloxopen/protoc-gen-gorm ``` github.com/infobloxopen/protoc-gen-gorm/plugin go/src/github.com/infobloxopen/protoc-gen-gorm/plugin/imports.go:114:16: cannot use dep (type string) as type generator.GoPackageName in argument to p.Generator.PrintImport go/src/github.com/infobloxopen/protoc-gen-gorm/plugin/imports.go:114:16: cannot use dep (type string) as type generator.GoImportPath in argument to...

I am getting error, while trying to use with https://github.com/xmlking/ngx-starter-kit ``` "build": { "builder": "ts-node-builder:build", "options": { "mainInOutput": "dist/out-tsc/apps/api/src/main.js", "tsconfig": "apps/api/tsconfig.app.json", "runAndBuild": true } }, ``` ``` /Users/sumo/Developer/Work/SPA/ngx-starter-kit/apps/api/src/environments/environment.ts:1 export const...

@bijukunjummen can you help us how to build spring boot 1.5 `resource server` that serve REST API for Angular app that already got access_token/id_token/refresh_token from keycloak ? in this example...

Wonder if this library compatible with svelte v5? Any plans to implement with runes?

I am getting bunch of A11y errors for both **layerchart** and **svelte-ux** components when I start my server `A11y: with click, mousemove, mouseleave handlers must have an ARIA role` ```log...

According to this docs, `The well-known types are built into the compiler and are referenced at compile time. Please do not depend on this module. ` https://buf.build/beta/wellknowntypes/docs How do I...

### Describe the problem i like sveltekit support array for publicPrefix config. I have to deal with a vendor lib that expect public environment variables prefixed with NHOST_* and rest...

feature / enhancement