Govind

Results 18 comments of Govind

@Rugvip : I would like to take a shot at being able to provide a solution for this , if possible. Can you assign this to me ?

@lowjoel , Yes I am working on this at the moment as I couldn't find time before. I am targeting a PR end of this week.

@punkle : I think your query is perhaps unrelated to this issue, but during the OAuth2 login process, If you are using a standardized `auth` provider such as Okta or...

@erikxiv : Sounds great ! We would love to have authentication headers sent via the core plugins as well, as currently that is a insecurity that we have been meaning...

I am looking at the crumb trail of how to customize the behaviour. It looks like there is a custom SignInProvider with a https://github.com/backstage/backstage/blob/ad364bdf575a891ee43a0b49ff8cc1046f0f0bee/packages/core/src/layout/SignInPage/customProvider.tsx#L63 that implements the [Identity](https://github.com/backstage/backstage/blob/ad364bdf575a891ee43a0b49ff8cc1046f0f0bee/packages/core-api/src/app/types.ts) API I...

I would really like to **STRONGLY** push back against this : What problem does supporting multiple databases solve ? b) Is this being done because Knex can support multiple databases...

> compilation" means "analysis" + "optimizations" + "emitting objects" + "linking", so you probably mean analysis, Yes, but I think analysis also involves emitting objects , no ? (atleast that's...

I just checked out the https://github.com/zigtools/zls/pull/554/files PR and it looks like the same conclusion was reached and to overcome the problem of non-stable, internal, compiler APIs, the code is being...

> Does your editor plugin not support parsing + storing compilation errors as jump to labels? Yeah, we should definitely do that at some point. Parsing yes, but it doesn't...

Hi @ggerganov , I would like to work on this issue , as a way of bootstrapping and learning ggml. I have a PR where I have tried to address...